[docs] [issue34713] csvwriter.writerow()'s return type is undocumented

Rémi Lapeyre report at bugs.python.org
Wed Mar 13 06:11:40 EDT 2019


Rémi Lapeyre <remi.lapeyre at henki.fr> added the comment:

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?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34713>
_______________________________________


More information about the docs mailing list