summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-10-26 23:43:48 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-10-26 23:43:48 (GMT)
commit7592d0513e7fcc196a0469d0d50384eb4b8836aa (patch)
treecfb2d8600bb34693d5ab8ed29a2f78ef51cfbc89 /Misc
parent2f3ca9f20efad37aad479d557c282e08481602d0 (diff)
downloadcpython-7592d0513e7fcc196a0469d0d50384eb4b8836aa.zip
cpython-7592d0513e7fcc196a0469d0d50384eb4b8836aa.tar.gz
cpython-7592d0513e7fcc196a0469d0d50384eb4b8836aa.tar.bz2
Fix the issue number of my cp65001 commit: 13247 => issue #13216
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a7f41a..ca82490 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -341,7 +341,7 @@ Core and Builtins
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().