From: Victor Stinner Date: Mon, 30 May 2011 22:03:07 +0000 (+0200) Subject: (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs X-Git-Tag: v3.3.0a1~2183^2~42^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1eb6d278a8139dda25efbe1b3509aac159bc54fd;p=python (Merge 3.2) Issue #12057: Add tests for ISO 2022 codecs iso2022_jp, iso2022_jp_2 and iso2022_kr --- 1eb6d278a8139dda25efbe1b3509aac159bc54fd diff --cc Misc/NEWS index ea6fe789c1,4ab11a517d..ff7ed66d01 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -785,22 -489,6 +785,25 @@@ Extension Module 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. + +- Issue #12120, #12119: skip a test in packaging and distutils + if sys.dont_write_bytecode is set to True. + +- Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch + written by Charles-François Natali. + +- Issue #11614: import __hello__ prints "Hello World!". Patch written by + Andreas Stührk. + +- Issue #5723: Improve json tests to be executed with and without accelerations. + +- Issue #12041: Make test_wait3 more robust. + - Issue #11873: Change regex in test_compileall to fix occasional failures when when the randomly generated temporary path happened to match the regex.