[Python-checkins] cpython: NEWS: fix the issue number for PyUnicode_EncodeDecimal change

victor.stinner python-checkins at python.org
Fri Nov 25 20:09:32 CET 2011


http://hg.python.org/cpython/rev/9a712ad593bb
changeset:   73742:9a712ad593bb
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Fri Nov 25 20:11:54 2011 +0100
summary:
  NEWS: fix the issue number for PyUnicode_EncodeDecimal change

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- 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.
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list