]> granicus.if.org Git - python/commitdiff
NEWS: fix the issue number for PyUnicode_EncodeDecimal change
authorVictor Stinner <victor.stinner@haypocalc.com>
Fri, 25 Nov 2011 19:11:54 +0000 (20:11 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Fri, 25 Nov 2011 19:11:54 +0000 (20:11 +0100)
Misc/NEWS

index d919e2e9994b16357e8fce8aab4e0410d59cae4e..c0d64f41cbab39e0b43525de868a2ef249845488 100644 (file)
--- 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.