diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-11-22 10:52:58 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-11-22 10:52:58 (GMT) |
commit | 362976539f919e9c9da361d74626a4ed2123c929 (patch) | |
tree | d243bd938adfe855c635f2b48544d266434414ca /Misc | |
parent | 8564b862741bcdb44fb4164dd63f8af90e84a50e (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |