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

Rémi Lapeyre report at bugs.python.org
Tue Mar 12 12:43:29 EDT 2019


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

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?

----------
nosy: +remi.lapeyre

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


More information about the docs mailing list