]> granicus.if.org Git - python/commitdiff
(Merge 3.2) Issue #11614: import __hello__ prints "Hello World!". Patch written
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 14:35:35 +0000 (16:35 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 16 May 2011 14:35:35 +0000 (16:35 +0200)
by Andreas Stührk.

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index 3e8f474dcbf19f2173357a198a68075083f7c172,e31d8b87e0a5cfd227ace58ff0cba5c374ce3cd7..c774b4826116a85095b565bb65d1a1c4e72011e1
+++ 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.