summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorHye-Shik Chang <hyeshik@gmail.com>2006-03-13 10:24:31 (GMT)
committerHye-Shik Chang <hyeshik@gmail.com>2006-03-13 10:24:31 (GMT)
commitb0c3bdde45125fef48a4209d33feea365140c255 (patch)
tree32edbf783757a255d8b51e128fe5f40cc1ec8a5c /Misc
parentef63e9f345755d216d9b2e5bc817e7a45598e746 (diff)
downloadcpython-b0c3bdde45125fef48a4209d33feea365140c255.zip
cpython-b0c3bdde45125fef48a4209d33feea365140c255.tar.gz
cpython-b0c3bdde45125fef48a4209d33feea365140c255.tar.bz2
Backport from trunk r42989:
Bug #1448490: Fixed 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 838d973..6abb881 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -57,6 +57,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.
+
- Bug #854823: socketmodule now builds on Sun platforms even when
INET_ADDRSTRLEN is not defined.