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 skip.montanaro
Recipients barry, jdwhitley, pitrou, rhettinger, rrenaud, skip.montanaro
Date 2009-03-08.19:18:14
SpamBayes Score 0.00010795327
Marked as misclassified No
Message-id <1236539899.01.0.782554649128.issue1818@psf.upfronthosting.co.za>
In-reply-to
Content
I find this aspect of the proposal disturbing:

    .... If *fieldnames* is None the values in the 
    first row of the *csvfile* will be used as the fieldnames....

I don't think this should be implicit.  It makes the NamedTupleReader
semantically different from the vanilla reader object which treats
every row of the file as data.  The use of the fieldnames argument
should be required for NamedTupleReader objects as it is for DictReader 
objects.
History
Date User Action Args
2009-03-08 19:19:42skip.montanarounlinkissue1818 messages
2009-03-08 19:18:19skip.montanarosetrecipients: + skip.montanaro, barry, rhettinger, pitrou, jdwhitley, rrenaud
2009-03-08 19:18:19skip.montanarosetmessageid: <1236539899.01.0.782554649128.issue1818@psf.upfronthosting.co.za>
2009-03-08 19:18:15skip.montanarolinkissue1818 messages
2009-03-08 19:18:14skip.montanarocreate