NEWS: fix the issue number for PyUnicode_EncodeDecimal change

This commit is contained in:
Victor Stinner 2011-11-25 20:11:54 +01:00
parent 6345be9a14
commit cad939bf9d

View file

@ -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.