]> granicus.if.org Git - python/commit
Extended IDLE's open module menu item to handle hierarchical module names.
authorRaymond Hettinger <python@rcn.com>
Sun, 8 Sep 2002 03:42:01 +0000 (03:42 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 8 Sep 2002 03:42:01 +0000 (03:42 +0000)
commitb2c729fe2758d13ce4a5affdc67c3f7573edbc48
tree92bcc28312e8c13da69e8d8de3d95b334981d432
parentd750036b20be5f8ce0a356fe625e8ade3a6c071a
Extended IDLE's open module menu item to handle hierarchical module names.

Will look at doing something similar in import.c so that the effort won't
have to be repeated elsewhere.

Closes SF patch 600152.
Tools/idle/EditorWindow.py