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

Kalon Mills report at bugs.python.org
Mon Mar 18 03:49:09 CET 2013


Kalon Mills added the comment:

Serhiy,  sorry I'm not sure I understand your question.  But if you take a look at the script that exhibits the problem I think the bug that I'm reporting becomes more clear.

Namely, using the dialect configuration shown in the script, the round trip conversion from string through writer then through the reader back to string is inconsistent.  The reader should return as output the same input that was given to the corresponding writer and this is not the case.  

So even if CVS in not well defined I believe the writer and reader should at least be consistent.

----------

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


More information about the Python-bugs-list mailing list