(Merge 3.1) Issue #11614: import __hello__ prints "Hello World!". Patch written
by Andreas Stührk.
diff --git a/Misc/NEWS b/Misc/NEWS
index 00a3704..e31d8b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,7 +23,7 @@
 Library
 -------
 
-- Issue #9516: Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET 
+- Issue #9516: Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET
   is set in shell.
 
 - Issue #12012: ssl.PROTOCOL_SSLv2 becomes optional.
@@ -72,6 +72,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.