[issue15927] csv.reader() does not support escaped newline when quoting=csv.QUOTE_NONE

Sebastian Bank report at bugs.python.org
Fri Jan 12 05:17:18 EST 2018


Sebastian Bank <sebastian.bank at uni-leipzig.de> added the comment:

To be complete, the docs of Dialect.escapechar should probably also say that it is used to escape itself.
However, note that csw.writer currently only does this with csv.QUOTE_NONE (breaking round-trip otherwise: #12178).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue15927>
_______________________________________


More information about the Python-bugs-list mailing list