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

Martin Budaj report at bugs.python.org
Wed Nov 24 22:07:01 CET 2010


Martin Budaj <m.budaj at gmail.com> added the comment:

Units test and two patches for 2.7 are included.

p1.patch fixes testEnd case reported yesterday

After running unittest it seems that also other case is broken (testAl -- if there is just one data item on the line, enclosed in quotes). Patch p2 fixes it, but should be checked for side-effects.

----------
Added file: http://bugs.python.org/file19799/fix.tar.gz

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


More information about the Python-bugs-list mailing list