New submission from Raymond Hettinger <raymond.hettin...@gmail.com>:

The open-module command is a fast effective way to examine source code 
regardless of where it sits on sys.path; however, it gets lost when seeking a 
package name.  Instead of aborting, it could bring-up the __init__.py file.

For example, "open-module unittest" or "open-module collections" which both 
used to work before they became packages could open Lib/unittest/__init__.py 
and Lib/collections/__init__.py.

----------
components: IDLE
keywords: easy
messages: 132560
nosy: rhettinger
priority: normal
severity: normal
status: open
title: Teach IDLE's open-modue command to find packages
type: feature request
versions: Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to