[issue4900] Can't Locate File with No Capital in Name

Ulrich Eckhardt report at bugs.python.org
Fri Jan 9 18:12:48 CET 2009


Ulrich Eckhardt <eckhardt at satorlaser.com> added the comment:

"\t" is a tab while "\T" is (I think) just an ugly equivalent to "T". 
Use either of

  r"D:\test.html" 
  "D:\\test.html"

Please check if that is the reason for your failure.

----------
nosy: +eckhardt

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4900>
_______________________________________


More information about the Python-bugs-list mailing list