[Ipython-tickets] [IPython] #192: tab completion for python "import"'s
IPython
ipython-tickets@scipy....
Sun Oct 28 09:12:07 CDT 2007
#192: tab completion for python "import"'s
-------------------------+--------------------------------------------------
Reporter: brian | Owner: fperez
Type: enhancement | Status: new
Priority: normal | Milestone:
Component: ipython | Version:
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
it would be nice if ipython could offer tab completion when the user wants
to import packages. Two reasons:
1. it is easier for novices to get familiar with the package tree
2. it saves typing
f.e.:
from xml.dom.ext.reader import Sax2
(which admittedly has rather short package and sub[..]package names.. ;-)
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/192>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list