This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author keef604
Recipients Mariatta, keef604, peter.otten, r.david.murray, rhettinger
Date 2017-04-11.14:53:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491922390.3.0.197922163322.issue30034@psf.upfronthosting.co.za>
In-reply-to
Content
I should have said, Peter, an odd number of quotes does not necessarily mean the quoting is bad.  For example, a line of:
a,b",c
will parse fine as ['a', 'b"', 'c'].  Figuring out bad quoting is not easy, but if we know that there are no multiline fields in the file, then at least the parsing can stop at the end of the line.
History
Date User Action Args
2017-04-11 14:53:10keef604setrecipients: + keef604, rhettinger, peter.otten, r.david.murray, Mariatta
2017-04-11 14:53:10keef604setmessageid: <1491922390.3.0.197922163322.issue30034@psf.upfronthosting.co.za>
2017-04-11 14:53:10keef604linkissue30034 messages
2017-04-11 14:53:10keef604create