Using this rc, I observed the following on Windows XP, 32-bit:<div><br></div><div><div>In [9]: cd buchs</div><div>C:\Documents and Settings\buchs</div><div><br></div><div>In [10]: cd My\ Documents</div><div>[Error 3] The system cannot find the path specified: u'My\\ Documents'</div>
<div>C:\Documents and Settings\buchs</div><div><br></div><div>In [11]: cd "My Documents"</div><div>C:\Documents and Settings\buchs\My Documents</div><div><br></div><div>In [12]:</div></div><div><br></div><div>For Input 10, I pressed tab after typing in "My" and it matched "My Documents", but when I pressed enter, it gave an error.</div>