This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eckhardt
Recipients eckhardt, markpennock
Date 2009-01-09.17:12:46
SpamBayes Score 0.44474253
Marked as misclassified No
Message-id <1231521168.34.0.665991332469.issue4900@psf.upfronthosting.co.za>
In-reply-to
Content
"\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.
History
Date User Action Args
2009-01-09 17:12:48eckhardtsetrecipients: + eckhardt, markpennock
2009-01-09 17:12:48eckhardtsetmessageid: <1231521168.34.0.665991332469.issue4900@psf.upfronthosting.co.za>
2009-01-09 17:12:47eckhardtlinkissue4900 messages
2009-01-09 17:12:46eckhardtcreate