summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-30 22:03:07 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-30 22:03:07 (GMT)
commit1eb6d278a8139dda25efbe1b3509aac159bc54fd (patch)
treef53f7094328a3e7693c3fb3c275e76956b9dedb0 /Misc
parent4f1252dfbe4d7ad9f65568e0fb37d12c2ad766dc (diff)
parentee49797c8dacb886d58804e59f6431ea6f842be2 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ea6fe78..ff7ed66 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.