[docs] [issue20628] csv.DictReader

R. David Murray report at bugs.python.org
Tue Feb 18 19:20:01 CET 2014


R. David Murray added the comment:

This looks pretty good.  In the DictReader part, it might be good to add something analogous to the DictWriter clarifying what the order of the sequence means.  Something like "a :mod:`sequence <collections.abc>` whose elements are associated with the fields of the input data in order, and which become the keys of the resulting dictionary".  If think you have a way to improve that wording, please try, as I'm not entirely happy with it :)

----------

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


More information about the docs mailing list