[Ipython-tickets] [IPython] #207: Module tab completion is case insensitive
IPython
ipython-tickets@scipy....
Sat Dec 29 20:55:16 CST 2007
#207: Module tab completion is case insensitive
---------------------+------------------------------------------------------
Reporter: stefanv | Owner: fperez
Type: defect | Status: new
Priority: normal | Milestone: 0.9.0
Component: ipython | Version:
Severity: normal | Keywords:
---------------------+------------------------------------------------------
Typing
{{{
import IPy<tab>
}}}
yields both IPython and ipython1 as completions.
Further,
{{{
import IPython.dt<tab>
}}}
changes the input line to
{{{
import IPython.
}}}
and returns options starting with a capital 'D'.
In modulecompletion, the completion_list can be modified to only return
relevant options, or, alternatively, the completion machinery can be
modified to heed case.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/207>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list