[Python-checkins] cpython: Fix the issue number of my cp65001 commit: 13247 => issue #13216

victor.stinner python-checkins at python.org
Thu Oct 27 01:42:38 CEST 2011


http://hg.python.org/cpython/rev/0eac706d82d1
changeset:   73139:0eac706d82d1
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Thu Oct 27 01:43:48 2011 +0200
summary:
  Fix the issue number of my cp65001 commit: 13247 => issue #13216

files:
  Doc/whatsnew/3.3.rst |  2 +-
  Misc/NEWS            |  2 +-
  2 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -225,7 +225,7 @@
 :mod:`~encodings.mbcs` codec is now supporting all error handlers, instead of
 only ``replace`` to encode and ``ignore`` to decode.
 
-A new Windows-only codec has been added: ``cp65001`` (:issue:`13247`). It is
+A new Windows-only codec has been added: ``cp65001`` (:issue:`13216`). It is
 the Windows code page 65001 (Windows UTF-8, ``CP_UTF8``). For example, it is
 used by ``sys.stdout`` if the console output code page is set to cp65001 (e.g.
 using ``chcp 65001`` command).
diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -341,7 +341,7 @@
 Library
 -------
 
-- Issue #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8).
+- Issue #13216: Add cp65001 codec, the Windows UTF-8 (CP_UTF8).
 
 - Issue #13226: Add RTLD_xxx constants to the os module. These constants can be
   used with sys.setdlopenflags().

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


More information about the Python-checkins mailing list