[issue27356] csv

Berker Peksag report at bugs.python.org
Mon Jun 20 11:28:06 EDT 2016


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 <report at bugs.python.org>
<http://bugs.python.org/issue27356>
_______________________________________


More information about the Python-bugs-list mailing list