[issue10515] csv sniffer does not recognize quotes at the end of line

R. David Murray report at bugs.python.org
Thu Dec 2 19:48:48 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Are you sure testA1 is correct?  It seems to me that in that case the sniffer can indeed not determine the delimiter, but I don't really understand the guessing algorithm.  The existing behavior on unquoted strings is...interesting :)

Also if you are willing to take the time it would be helpful to have the tests as a patch against test_csv.

----------
nosy: +r.david.murray, skip.montanaro

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


More information about the Python-bugs-list mailing list