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

R. David Murray report at bugs.python.org
Sun Dec 19 16:16:09 CET 2010


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

I agree that the unquoted single column cases look weird. But changing it could affect other cases were there is more data.  I'll leave that problem to you :)  But I do not think that should be backported.

The locals trick I stole from Barry. I think there ought to be a way to get at the class dict as the class is being built. But you are right that the docs imply that locals is not guaranteed to be it.  Perhaps a topic for python-dev.

----------

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


More information about the Python-bugs-list mailing list