commit | cad939bf9d83cd7d9f0b74076e81c3b1de16d88d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Fri Nov 25 20:11:54 2011 +0100 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Fri Nov 25 20:11:54 2011 +0100 |
tree | aa1c5005b7d30972c2ecd926785954956fc4ae84 | |
parent | 6345be9a141642c2e95eec417844f8702775b700 [diff] [blame] |
NEWS: fix the issue number for PyUnicode_EncodeDecimal change
diff --git a/Misc/NEWS b/Misc/NEWS index d919e2e..c0d64f4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -10,7 +10,7 @@ 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.