summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-11-22 09:00:02 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-11-22 09:00:02 (GMT)
commit5cbc71e50ab6fa8c3cb0cfc64ca4bf5fb174ffcc (patch)
tree715424b42ec0bcc92caf84ea98425efc6b45347e /Misc
parent249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c (diff)
downloadcpython-5cbc71e50ab6fa8c3cb0cfc64ca4bf5fb174ffcc.zip
cpython-5cbc71e50ab6fa8c3cb0cfc64ca4bf5fb174ffcc.tar.gz
cpython-5cbc71e50ab6fa8c3cb0cfc64ca4bf5fb174ffcc.tar.bz2
Issue #10459: Update CJK character names to Unicode 6.0.
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 f5307ef..efbae8b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -32,6 +32,8 @@ Core and Builtins
Library
-------
+- Issue #10459: Update CJK character names to Unicode 6.0.
+
- Issue #4493: urllib.request adds '/' in front of path components which does not
start with '/. Common behavior exhibited by browsers and other clients.