diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-13 10:20:08 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-13 10:20:08 (GMT) |
commit | abb903fd54596cba08129a110bc53d9ca21935a9 (patch) | |
tree | d4151791caf16e6377c6b03c6ba9f3b9ac4304b0 /Misc | |
parent | 6058aa40d288d8cdd93dddfe9c660450f598b3ae (diff) | |
download | cpython-abb903fd54596cba08129a110bc53d9ca21935a9.zip cpython-abb903fd54596cba08129a110bc53d9ca21935a9.tar.gz cpython-abb903fd54596cba08129a110bc53d9ca21935a9.tar.bz2 |
Bug #1448490: Fix a bug that ISO-2022 codecs could not handle
SS2 (single-shift 2) escape sequences correctly.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -279,6 +279,9 @@ Core and builtins Extension Modules ----------------- +- Bug #1448490: Fixed a bug that ISO-2022 codecs could not handle + SS2 (single-shift 2) escape sequences correctly. + - The unicodedata module was updated to the 4.1 version of the Unicode database. The 3.2 version is still available as unicodedata.db_3_2_0 for applications that require this specific version (such as IDNA). |