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.