Commit 7592d051 authored by Victor Stinner's avatar Victor Stinner

Fix the issue number of my cp65001 commit: 13247 => issue #13216

parent 2f3ca9f2
...@@ -225,7 +225,7 @@ The :mod:`~encodings.mbcs` codec has be rewritten to handle correclty ...@@ -225,7 +225,7 @@ The :mod:`~encodings.mbcs` codec has be rewritten to handle correclty
:mod:`~encodings.mbcs` codec is now supporting all error handlers, instead of :mod:`~encodings.mbcs` codec is now supporting all error handlers, instead of
only ``replace`` to encode and ``ignore`` to decode. 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 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. used by ``sys.stdout`` if the console output code page is set to cp65001 (e.g.
using ``chcp 65001`` command). using ``chcp 65001`` command).
......
...@@ -341,7 +341,7 @@ Core and Builtins ...@@ -341,7 +341,7 @@ Core and Builtins
Library 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 - Issue #13226: Add RTLD_xxx constants to the os module. These constants can be
used with sys.setdlopenflags(). used with sys.setdlopenflags().
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment