summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-11-22 10:52:58 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2010-11-22 10:52:58 (GMT)
commit362976539f919e9c9da361d74626a4ed2123c929 (patch)
treed243bd938adfe855c635f2b48544d266434414ca /Misc
parent8564b862741bcdb44fb4164dd63f8af90e84a50e (diff)
downloadcpython-362976539f919e9c9da361d74626a4ed2123c929.zip
cpython-362976539f919e9c9da361d74626a4ed2123c929.tar.gz
cpython-362976539f919e9c9da361d74626a4ed2123c929.tar.bz2
Issue #10459: Update CJK character names to Unicode 5.1.
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 cb3a836..a4e727a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -16,6 +16,8 @@ Core and Builtins
Library
-------
+- Issue #10459: Update CJK character names to Unicode 5.1.
+
- Issue #4493: urllib.request adds '/' in front of path components which does not
start with '/. Common behavior exhibited by browsers and other clients.