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 <rep...@bugs.python.org>
<http://bugs.python.org/issue20628>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to