Ulrich Eckhardt <eckha...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue4900>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to