[IPython-dev] 0.11.rc4 - shell behavior with spaces in paths
Kevin Buchs
kevin.buchs at gmail.com
Thu Jul 28 15:52:15 EDT 2011
Using this rc, I observed the following on Windows XP, 32-bit:
In [9]: cd buchs
C:\Documents and Settings\buchs
In [10]: cd My\ Documents
[Error 3] The system cannot find the path specified: u'My\\ Documents'
C:\Documents and Settings\buchs
In [11]: cd "My Documents"
C:\Documents and Settings\buchs\My Documents
In [12]:
For Input 10, I pressed tab after typing in "My" and it matched "My
Documents", but when I pressed enter, it gave an error.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20110728/62c37c00/attachment.html>
More information about the IPython-dev
mailing list