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 nchammas
Recipients docs@python, nchammas
Date 2018-09-17.17:14:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537204445.4.0.956365154283.issue34713@psf.upfronthosting.co.za>
In-reply-to
Content
It _looks_ like csvwriter.writerow() returns the number of bytes (or is it characters?) written. However, there is no documentation of this:

https://docs.python.org/3.7/library/csv.html#csv.csvwriter.writerow

Is this behavior part of the method's "contract"? And if so, shouldn't we document it?

The same goes for csvwriter.writerows().
History
Date User Action Args
2018-09-17 17:14:05nchammassetrecipients: + nchammas, docs@python
2018-09-17 17:14:05nchammassetmessageid: <1537204445.4.0.956365154283.issue34713@psf.upfronthosting.co.za>
2018-09-17 17:14:05nchammaslinkissue34713 messages
2018-09-17 17:14:05nchammascreate