[Ipython-tickets] [IPython] #196: import completer returns incomplete module list
IPython
ipython-tickets@scipy....
Thu Nov 29 16:33:04 CST 2007
#196: import completer returns incomplete module list
---------------------+------------------------------------------------------
Reporter: brian1 | Owner: vivainio
Type: defect | Status: reopened
Priority: normal | Milestone:
Component: ipython | Version:
Severity: normal | Resolution:
Keywords: |
---------------------+------------------------------------------------------
Changes (by arno.):
* status: closed => reopened
* resolution: fixed =>
Comment:
Hi,
I still notice the bug with latest svn version. For example, when trying
to complete,
import log
I have no suggestion, but ipython should propose '''logging'''.
I think there is a bug in moduleList function: actually, ''no'' directory
containing __init__.py file is retourned. If I modify that function to
return such a list, I don't have to manually add 'xml' to list of result.
I'll attach a fix suggestion.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/196#comment:4>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list