commit | d9f5292443eb3da4c56a877b7096ad001ee5d848 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 30 23:58:21 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 30 23:58:21 2011 +0200 |
tree | a96dd572038ce47df5a249e1f6168cef17348f00 | |
parent | d3c7e17a1619cfda88abb42494fc30029f2fa28c [diff] [blame] |
Issue #12057: Add tests for ISO 2022 codecs iso2022_jp, iso2022_jp_2 and iso2022_kr
diff --git a/Misc/NEWS b/Misc/NEWS index f741bda..517a6e5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -16,6 +16,12 @@ Library ------- +Tests +----- + +- Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2, + iso2022_kr). + What's New in Python 2.7.2? ===========================