summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-30 22:01:24 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-30 22:01:24 (GMT)
commitee49797c8dacb886d58804e59f6431ea6f842be2 (patch)
tree4b8248636dc93c421133465fed3d7223a8eb54e5 /Misc
parent19c5233303f2a5b2da3d7f7da6887daf46c13443 (diff)
downloadcpython-ee49797c8dacb886d58804e59f6431ea6f842be2.zip
cpython-ee49797c8dacb886d58804e59f6431ea6f842be2.tar.gz
cpython-ee49797c8dacb886d58804e59f6431ea6f842be2.tar.bz2
Issue #12057: Add tests for ISO 2022 codecs
iso2022_jp, iso2022_jp_2 and iso2022_kr
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5b3cc5c..4ab11a5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -55,6 +55,12 @@ Build
ensure "make install" creates symlinks in --prefix bin for the "-32"
files in the framework bin directory like the installer does.
+Tests
+-----
+
+- Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2,
+ iso2022_kr).
+
What's New in Python 3.2.1 release candidate 1?
===============================================