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 mjpieters
Recipients Steven.Barker, docs@python, mjpieters, peter.otten, r.david.murray
Date 2015-04-30.19:52:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430423579.04.0.00961906621945.issue23495@psf.upfronthosting.co.za>
In-reply-to
Content
I'd be happy to provide a patch for the DictWriter.writerows code; I was naively counting on it accepting an iterable and that it would not pull the whole sequence into memory (while feeding it gigabytes of CSV data).
History
Date User Action Args
2015-04-30 19:52:59mjpieterssetrecipients: + mjpieters, peter.otten, r.david.murray, docs@python, Steven.Barker
2015-04-30 19:52:59mjpieterssetmessageid: <1430423579.04.0.00961906621945.issue23495@psf.upfronthosting.co.za>
2015-04-30 19:52:59mjpieterslinkissue23495 messages
2015-04-30 19:52:58mjpieterscreate