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 berker.peksag
Recipients berker.peksag, bethard, ezio.melotti, fabian_b, vstinner
Date 2016-06-20.15:28:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1466436486.08.0.959302938063.issue27356@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for the report. \t is a tab character. You can use

    'C:\\Users\\Anwender\\Desktop\\Test\\blub.txt'

or

    r'C:\Users\Anwender\Desktop\Test\blub.txt'

or

    'C:/Users/Anwender/Desktop/Test/blub.txt'
History
Date User Action Args
2016-06-20 15:28:06berker.peksagsetrecipients: + berker.peksag, bethard, vstinner, ezio.melotti, fabian_b
2016-06-20 15:28:06berker.peksagsetmessageid: <1466436486.08.0.959302938063.issue27356@psf.upfronthosting.co.za>
2016-06-20 15:28:06berker.peksaglinkissue27356 messages
2016-06-20 15:28:05berker.peksagcreate