diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2010-11-22 09:00:02 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2010-11-22 09:00:02 (GMT) |
commit | 5cbc71e50ab6fa8c3cb0cfc64ca4bf5fb174ffcc (patch) | |
tree | 715424b42ec0bcc92caf84ea98425efc6b45347e /Misc | |
parent | 249d7e3c2eb50f42295a4bf2e7d58a1e8af89c4c (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |