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-12.16:43:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552409009.75.0.15415535103.issue34713@roundup.psfhosted.org>
In-reply-to
Content
csvwriter.writerows() does not return anything.

The return value of csv.writecsv() is the return value of the write() method of the file object given as parameter in csv.writer(). I'm not sure it's safe to document it, should we return None instead?
History
Date User Action Args
2019-03-12 16:43:29remi.lapeyresetrecipients: + remi.lapeyre, docs@python, nchammas, xtreak
2019-03-12 16:43:29remi.lapeyresetmessageid: <1552409009.75.0.15415535103.issue34713@roundup.psfhosted.org>
2019-03-12 16:43:29remi.lapeyrelinkissue34713 messages
2019-03-12 16:43:29remi.lapeyrecreate