[IPython-user] Windows XP pyreadline issue with tab completion directory separator character
Jörgen Stenarson
jorgen.stenarson@bostream...
Mon Feb 22 13:42:24 CST 2010
TP skrev 2010-02-21 17:01:
> Using Windows XP, IPython 0.10, Python 2.6.4, pyreadline from
> pyreadline-1.5-win32-setup.exe.
...
> When using tab completion I get:
>
> In [7]: run testreadline.py subdir\ [press TAB]
> subdir\0001.html subdir\0003.html subdir\0005.html
> subdir\0002.html subdir\0004.html
>
> In [7]: run testreadline.py subdir\0001 [press TAB]
>
> In [7]: run testreadline.py subdir\0001.html [press ENTER]
> subdir0001.html
>
With a ipython from trunk and pyreadline from trunk I do not get this
behaviour but rather the forward slashes. I believe ipython does the
filename completion and not pyreadline here.
/Jörgen
More information about the IPython-user
mailing list