diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-16 14:29:35 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-16 14:29:35 (GMT) |
commit | c77b9311969f7479870552a57c334029fb5a6eec (patch) | |
tree | e4c6b19293c0f19fbcda5715db4426a06b19892f /Misc | |
parent | d0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7 (diff) | |
download | cpython-c77b9311969f7479870552a57c334029fb5a6eec.zip cpython-c77b9311969f7479870552a57c334029fb5a6eec.tar.gz cpython-c77b9311969f7479870552a57c334029fb5a6eec.tar.bz2 |
Issue #11614: import __hello__ prints "Hello World!". Patch written by Andreas
Stührk.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -390,6 +390,9 @@ Build 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. |