diff options
author | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-13 10:24:31 (GMT) |
---|---|---|
committer | Hye-Shik Chang <hyeshik@gmail.com> | 2006-03-13 10:24:31 (GMT) |
commit | b0c3bdde45125fef48a4209d33feea365140c255 (patch) | |
tree | 32edbf783757a255d8b51e128fe5f40cc1ec8a5c /Misc | |
parent | ef63e9f345755d216d9b2e5bc817e7a45598e746 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |