summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-16 14:29:35 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-16 14:29:35 (GMT)
commitc77b9311969f7479870552a57c334029fb5a6eec (patch)
treee4c6b19293c0f19fbcda5715db4426a06b19892f /Misc
parentd0e11ec5b07c7c49061a2e4a73a0c231d9b46ad7 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 521a2a0..f6eb63e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.