summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:39:35 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2011-04-13 01:39:35 (GMT)
commitc90d02c917837825f7c03b1dfe1222de035fc640 (patch)
treeffecbdacc529b791266370981dc9108c8a3c2442 /Misc
parent665b39803dac1d3835fbc22dc81fafc5f2748fac (diff)
parentf6445e8f4179cbf8825a9d873800c44f9687e229 (diff)
downloadcpython-c90d02c917837825f7c03b1dfe1222de035fc640.zip
cpython-c90d02c917837825f7c03b1dfe1222de035fc640.tar.gz
cpython-c90d02c917837825f7c03b1dfe1222de035fc640.tar.bz2
merge from push conflict.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7dd4c40..620fae8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -227,6 +227,12 @@ Build
- Issue #11268: Prevent Mac OS X Installer failure if Documentation
package had previously been installed.
+IDLE
+----
+
+- Issue #11718: IDLE's open module dialog couldn't find the __init__.py
+ file in a package.
+
Tools/Demos
-----------