[Ipython-tickets] [IPython] #207: Module tab completion is case insensitive
IPython
ipython-tickets@scipy....
Sun Dec 30 13:48:07 CST 2007
#207: Module tab completion is case insensitive
---------------------+------------------------------------------------------
Reporter: stefanv | Owner: vivainio
Type: defect | Status: closed
Priority: normal | Milestone: 0.9.0
Component: ipython | Version:
Severity: normal | Resolution: fixed
Keywords: |
---------------------+------------------------------------------------------
Changes (by vivainio):
* status: assigned => closed
* resolution: => fixed
Comment:
Fixed by r2904. Now attempt case sensitive matching for custom completers
first, and if none, only then fall back to case insensitive matching.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/207#comment:2>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list