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 serhiy.storchaka
Recipients jdufresne, r.david.murray, serhiy.storchaka
Date 2015-01-06.08:57:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420534676.98.0.806713757625.issue23171@psf.upfronthosting.co.za>
In-reply-to
Content
The docs mention that "row" should be a sequence, so there is no a bug.

Here is a patch which makes writerow() accept an iterable without converting it to a list. It also adds tests for few corner cases and fixes the docs.
History
Date User Action Args
2015-01-06 08:57:57serhiy.storchakasetrecipients: + serhiy.storchaka, r.david.murray, jdufresne
2015-01-06 08:57:56serhiy.storchakasetmessageid: <1420534676.98.0.806713757625.issue23171@psf.upfronthosting.co.za>
2015-01-06 08:57:56serhiy.storchakalinkissue23171 messages
2015-01-06 08:57:56serhiy.storchakacreate