[issue7350] csv doesn't handle escaped characters properly

Virgil Dupras report at bugs.python.org
Fri Nov 20 15:37:13 CET 2009


Virgil Dupras <hsoft at hardcoded.net> added the comment:

You have to tell the reader how to handle escaping. In your case, you 
should send escapechar="\\" in reader()'s kwargs.

----------
nosy: +vdupras

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7350>
_______________________________________


More information about the Python-bugs-list mailing list