summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-10-26 23:38:56 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-10-26 23:38:56 (GMT)
commit2f3ca9f20efad37aad479d557c282e08481602d0 (patch)
tree1830560daa4865d29734aa3c538eacd3199e110e /Misc
parentcc9695643fc40780f51719d5e9a272283a743077 (diff)
downloadcpython-2f3ca9f20efad37aad479d557c282e08481602d0.zip
cpython-2f3ca9f20efad37aad479d557c282e08481602d0.tar.gz
cpython-2f3ca9f20efad37aad479d557c282e08481602d0.tar.bz2
Close #13247: Add cp65001 codec, the Windows UTF-8 (CP_UTF8)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d0aa17c..0a7f41a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -341,6 +341,8 @@ Core and Builtins
Library
-------
+- Issue #13247: 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().