[docs] [issue23495] The writer.writerows method should be documented as accepting any iterable (not only a list)

Martijn Pieters report at bugs.python.org
Thu Apr 30 21:52:59 CEST 2015


Martijn Pieters added the comment:

I'd be happy to provide a patch for the DictWriter.writerows code; I was naively counting on it accepting an iterable and that it would not pull the whole sequence into memory (while feeding it gigabytes of CSV data).

----------
nosy: +mjpieters

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23495>
_______________________________________


More information about the docs mailing list