diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-11-25 19:11:54 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-11-25 19:11:54 (GMT) |
commit | cad939bf9d83cd7d9f0b74076e81c3b1de16d88d (patch) | |
tree | aa1c5005b7d30972c2ecd926785954956fc4ae84 /Misc/NEWS | |
parent | 6345be9a141642c2e95eec417844f8702775b700 (diff) | |
download | cpython-cad939bf9d83cd7d9f0b74076e81c3b1de16d88d.zip cpython-cad939bf9d83cd7d9f0b74076e81c3b1de16d88d.tar.gz cpython-cad939bf9d83cd7d9f0b74076e81c3b1de16d88d.tar.bz2 |
NEWS: fix the issue number for PyUnicode_EncodeDecimal change
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ What's New in Python 3.3 Alpha 1? 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 size of the output buffer: it depends on the error handler. |