diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-30 22:03:07 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-30 22:03:07 (GMT) |
commit | 1eb6d278a8139dda25efbe1b3509aac159bc54fd (patch) | |
tree | f53f7094328a3e7693c3fb3c275e76956b9dedb0 /Misc | |
parent | 4f1252dfbe4d7ad9f65568e0fb37d12c2ad766dc (diff) | |
parent | ee49797c8dacb886d58804e59f6431ea6f842be2 (diff) | |
download | cpython-1eb6d278a8139dda25efbe1b3509aac159bc54fd.zip cpython-1eb6d278a8139dda25efbe1b3509aac159bc54fd.tar.gz cpython-1eb6d278a8139dda25efbe1b3509aac159bc54fd.tar.bz2 |
(Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs
iso2022_jp, iso2022_jp_2 and iso2022_kr
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -785,6 +785,9 @@ Extension Modules Tests ----- +- Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2, + iso2022_kr). + - Issue #12180: Fixed a few remaining errors in test_packaging when no threading. |