summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2006-03-13 10:20:08 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2006-03-13 10:20:08 (GMT)
commitabb903fd54596cba08129a110bc53d9ca21935a9 (patch)
treed4151791caf16e6377c6b03c6ba9f3b9ac4304b0 /Misc
parent6058aa40d288d8cdd93dddfe9c660450f598b3ae (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48c5ae8..1c142fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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).