From: Victor Stinner Date: Fri, 25 Nov 2011 19:11:54 +0000 (+0100) Subject: NEWS: fix the issue number for PyUnicode_EncodeDecimal change X-Git-Tag: v3.3.0a1~732^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cad939bf9d83cd7d9f0b74076e81c3b1de16d88d;p=python NEWS: fix the issue number for PyUnicode_EncodeDecimal change --- diff --git a/Misc/NEWS b/Misc/NEWS index d919e2e999..c0d64f41cb 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -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.