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 remi.lapeyre
Recipients docs@python, nchammas, remi.lapeyre, xtreak
Date 2019-03-13.10:11:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552471900.95.0.890769223581.issue34713@roundup.psfhosted.org>
In-reply-to
Content
Issue #27497 is related, it adds documentation a return value and documentation to csv.DictWriter.writeheader which uses writerow internally. 

In the discussion, @lsowen found code that uses it at https://docs.djangoproject.com/en/1.9/howto/outputting-csv/#streaming-large-csv-files.

Given that this behavior has been added to csv.DictWriter.writeheader it makes sense to document csv.Writer.writerow. Do you want to post a pull request?
History
Date User Action Args
2019-03-13 10:11:40remi.lapeyresetrecipients: + remi.lapeyre, docs@python, nchammas, xtreak
2019-03-13 10:11:40remi.lapeyresetmessageid: <1552471900.95.0.890769223581.issue34713@roundup.psfhosted.org>
2019-03-13 10:11:40remi.lapeyrelinkissue34713 messages
2019-03-13 10:11:40remi.lapeyrecreate