This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients docs@python, r.david.murray, rogererens, sean.rodman
Date 2014-02-18.18:20:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392747601.84.0.710597581764.issue20628@psf.upfronthosting.co.za>
In-reply-to
Content
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 :)
History
Date User Action Args
2014-02-18 18:20:01r.david.murraysetrecipients: + r.david.murray, rogererens, docs@python, sean.rodman
2014-02-18 18:20:01r.david.murraysetmessageid: <1392747601.84.0.710597581764.issue20628@psf.upfronthosting.co.za>
2014-02-18 18:20:01r.david.murraylinkissue20628 messages
2014-02-18 18:20:01r.david.murraycreate