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, rhettinger, rrenaud, skip.montanaro
Date 2009-02-26.19:02:02
SpamBayes Score 2.3656581e-05
Marked as misclassified No
Message-id <1235674925.14.0.344971221378.issue1818@psf.upfronthosting.co.za>
In-reply-to
Content
Hrm... I replied twice by email.  Only one comment appears to have
survived the long trip.  Here's my second reply:


    Rob> NamedTupleReader and NamedTupleWriter should be inverses.  This
    Rob> means that NamedTupleWriter needs to write headers.  This should
    Rob> produce identical output as the dict writer example, but it's much
    Rob> cleaner.

You're assuming that one instance of these classes will read or write an
entire file.  What if you want to append lines to an existing CSV file or
pick up reading a file with a new reader which has already be partially
processed?
History
Date User Action Args
2009-02-26 19:02:05skip.montanarosetrecipients: + skip.montanaro, barry, rhettinger, jdwhitley, rrenaud
2009-02-26 19:02:05skip.montanarosetmessageid: <1235674925.14.0.344971221378.issue1818@psf.upfronthosting.co.za>
2009-02-26 19:02:03skip.montanarolinkissue1818 messages
2009-02-26 19:02:03skip.montanarocreate