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
Date 2017-04-10.22:06:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1491862014.88.0.482150762413.issue30034@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps I should add what I would prefer the csv reader to return in my example above.  That would be:

['a', 'b', 'c']
['d', 'e,f']
['g', 'h', 'i']

Yes, the second line is still mangled but at least the csv reader would carry on and read the third line correctly.
History
Date User Action Args
2017-04-10 22:06:54keef604setrecipients: + keef604, Mariatta
2017-04-10 22:06:54keef604setmessageid: <1491862014.88.0.482150762413.issue30034@psf.upfronthosting.co.za>
2017-04-10 22:06:54keef604linkissue30034 messages
2017-04-10 22:06:54keef604create