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

This commit is contained in:
Victor Stinner 2011-10-27 01:43:48 +02:00
parent 2f3ca9f20e
commit 7592d0513e
2 changed files with 2 additions and 2 deletions

View file

@ -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().