[issue20628] Improve doc for csv.DictReader 'fieldnames' parameter

2014-02-24 Thread Sean Rodman
Sean Rodman added the comment: Is there anything else that should be added to this patch? I don't mean to bug you guys just want to make sure that everything is right with it so that if and or when it is applied it will apply without any problems. Also, if there is anything else I should

[issue20628] Improve doc for csv.DictReader 'fieldnames' parameter

2014-02-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a5d4660c6cb6 by R David Murray in branch '3.3': #20628: make it clear that DictReader/Writer *fieldnames* is a Sequence. http://hg.python.org/cpython/rev/a5d4660c6cb6 New changeset 9f036047187b by R David Murray in branch '3.3': #20628: wrap lines

[issue20628] Improve doc for csv.DictReader 'fieldnames' parameter

2014-02-24 Thread R. David Murray
R. David Murray added the comment: Applied. Thanks, Sean. -- resolution: - fixed stage: - committed/rejected status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20628 ___

[issue20628] Improve doc for csv.DictReader 'fieldnames' parameter

2014-02-22 Thread Roger Erens
Roger Erens added the comment: One more nitpick: is it the sequence [of keys] that identif_ies_ the order, or is it the keys that identif_y_ the order? Not being a native English speaker, I'd opt for the first choice. Thank you both for your meticulous attention for details! --

[issue20628] Improve doc for csv.DictReader 'fieldnames' parameter

2014-02-21 Thread Terry J. Reedy
Changes by Terry J. Reedy tjre...@udel.edu: -- title: csv.DictReader - Improve doc for csv.DictReader 'fieldnames' parameter ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue20628 ___