Issue 11718: Teach IDLE's open module dialog to find packages.
diff --git a/Misc/NEWS b/Misc/NEWS
index a3d5761..4d43f55 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -336,6 +336,12 @@
 - Issue #1099: Fix the build on MacOSX when building a framework with pydebug
   using GCC 4.0.
 
+IDLE
+----
+
+- Issue #11718: IDLE's open module dialog couldn't find the __init__.py
+  file in a package.
+
 Tests
 -----