commit | 179816df59744313693d21525046d1d38af9119c | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue Apr 12 18:54:46 2011 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Tue Apr 12 18:54:46 2011 -0700 |
tree | 18173402a8f2bf274e9a7e3dd31de18970f2bffa | |
parent | 0531d6fba5afea68476890db41793cd10ed33f4a [diff] [blame] |
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 -----