[issue20628] csv.DictReader

Sean Rodman report at bugs.python.org
Tue Feb 18 21:25:50 CET 2014


Sean Rodman added the comment:

What about if I put "The *fieldnames* parameter is a :mod:`sequence <collections.abc>` whose elements are associated with the fields of the input data in order. These elements become the keys of the resulting dictionary." It contains all of the information that you have but it feels more to the point when you separate it as two sentences. The attached patch reflect these changes.

----------
Added file: http://bugs.python.org/file34139/DictReader_DictWriter_python3_NewWording.patch

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


More information about the Python-bugs-list mailing list