[issue11718] Teach IDLE's open-module command to find packages

2011-04-12 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue11718] Teach IDLE's open-module command to find packages

2011-04-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset e391f7005b0f by Raymond Hettinger in branch '2.7': Issue 11718: Teach IDLE's open module dialog to find packages. http://hg.python.org/cpython/rev/e391f7005b0f -- ___ Python tracker

[issue11718] Teach IDLE's open-module command to find packages

2011-04-12 Thread Roundup Robot
Roundup Robot added the comment: New changeset 27eda70c25b1 by Raymond Hettinger in branch '3.2': Issue 11718: Teach IDLE's open module dialog to find packages. http://hg.python.org/cpython/rev/27eda70c25b1 New changeset 65c39e9eb262 by Raymond Hettinger in branch 'default': Issue 11718: Teach

[issue11718] Teach IDLE's open-module command to find packages

2011-04-01 Thread Terry J. Reedy
Terry J. Reedy added the comment: I strongly agree. This would make it easy to see modules of 3rd party packages loaded, for instance, in site-packages. Once pack/__init__.py is opened, selecting File/Open in its edit window displays the package directory. Dotted names work, but must be remem

[issue11718] Teach IDLE's open-module command to find packages

2011-03-29 Thread Ned Deily
Changes by Ned Deily : -- nosy: +ned.deily title: Teach IDLE's open-modue command to find packages -> Teach IDLE's open-module command to find packages ___ Python tracker ___ __