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 Ilja Everilä
Recipients Ilja Everilä, terry.reedy
Date 2016-02-29.20:31:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456777878.46.0.233143875617.issue26407@psf.upfronthosting.co.za>
In-reply-to
Content
As a side note PyObject_GetIter actually raises a TypeError already for non-iterables (classes without __iter__ etc.), so csv_writerows duplicates the effort at the moment.
History
Date User Action Args
2016-02-29 20:31:18Ilja Everiläsetrecipients: + Ilja Everilä, terry.reedy
2016-02-29 20:31:18Ilja Everiläsetmessageid: <1456777878.46.0.233143875617.issue26407@psf.upfronthosting.co.za>
2016-02-29 20:31:18Ilja Everilälinkissue26407 messages
2016-02-29 20:31:18Ilja Everiläcreate