Berker Peksag added the comment:

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'

----------
nosy: +berker.peksag
resolution:  -> not a bug
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27356>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to