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:13:23
SpamBayes Score 7.9318e-05
Marked as misclassified No
Message-id <1236539606.62.0.748045325302.issue1818@psf.upfronthosting.co.za>
In-reply-to
Content
I don't know how NamedTuple objects work, but in many situations you
want the content of the CSV file to drive the output.  I would think
you would use a technique similar to my DictReader example to tell
the NamedTupleReader the fieldnames.  For that you need a fieldnames
argument.
History
Date User Action Args
2009-03-08 19:13:27skip.montanarosetrecipients: + skip.montanaro, barry, rhettinger, pitrou, jdwhitley, rrenaud
2009-03-08 19:13:26skip.montanarosetmessageid: <1236539606.62.0.748045325302.issue1818@psf.upfronthosting.co.za>
2009-03-08 19:13:24skip.montanarolinkissue1818 messages
2009-03-08 19:13:23skip.montanarocreate