Commit cad939bf authored by Victor Stinner's avatar Victor Stinner

NEWS: fix the issue number for PyUnicode_EncodeDecimal change

parent 6345be9a
...@@ -10,7 +10,7 @@ What's New in Python 3.3 Alpha 1? ...@@ -10,7 +10,7 @@ What's New in Python 3.3 Alpha 1?
Core and Builtins Core and Builtins
----------------- -----------------
- Issue #13093: PyUnicode_EncodeDecimal() doesn't support error handlers - Issue #13452: PyUnicode_EncodeDecimal() doesn't support error handlers
different than "strict" anymore. The caller was unable to compute the different than "strict" anymore. The caller was unable to compute the
size of the output buffer: it depends on the error handler. size of the output buffer: it depends on the error handler.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment