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 datapythonista
Recipients SilentGhost, datapythonista, mrabarnett, serhiy.storchaka
Date 2016-11-09.09:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478684303.95.0.0892178941368.issue28642@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that for my case, I was using the wrong quoting parameter, and if I specify that my file has no quotes, it works as expected.

But I still think that in a different case, when a file do have quotes, but they are not paired, it'd be better to raise an exception, than to ignore the error and assume there is just a missing quote at the end.

From the Zen of Python: "Errors should never pass silently", and I think it's clear that there is an error in the file.
History
Date User Action Args
2016-11-09 09:38:23datapythonistasetrecipients: + datapythonista, mrabarnett, SilentGhost, serhiy.storchaka
2016-11-09 09:38:23datapythonistasetmessageid: <1478684303.95.0.0892178941368.issue28642@psf.upfronthosting.co.za>
2016-11-09 09:38:23datapythonistalinkissue28642 messages
2016-11-09 09:38:23datapythonistacreate