commit | c77b9311969f7479870552a57c334029fb5a6eec | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 16 16:29:35 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon May 16 16:29:35 2011 +0200 |
tree | e4c6b19293c0f19fbcda5715db4426a06b19892f | |
parent | d0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7 [diff] [blame] |
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas Stührk.
diff --git a/Misc/NEWS b/Misc/NEWS index 521a2a0..f6eb63e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -390,6 +390,9 @@ 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 #11910: Fix test_heapq to skip the C tests when _heapq is missing.