From: Victor Stinner Date: Mon, 16 May 2011 14:35:35 +0000 (+0200) Subject: (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written X-Git-Tag: v3.3.0a1~2262 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=118ed71afe41f49fe0eceaa0a1d375338598aa68;p=python (Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas Stührk. --- 118ed71afe41f49fe0eceaa0a1d375338598aa68 diff --cc Misc/NEWS index 3e8f474dcb,e31d8b87e0..c774b48261 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -676,10 -423,6 +676,13 @@@ Extension Module Tests ----- ++- 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.