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-27.04:45:49
SpamBayes Score 3.1458771e-06
Marked as misclassified No
Message-id <18855.28663.296978.321008@montanaro.dyndns.org>
In-reply-to <855a6b050902261816w62e408a8saf4b30c20947cb94@mail.gmail.com>
Content
Rob> I still don't like the lack of symmetry of supporting implicit
    Rob> header reads, but not implicit header writes.

A header is nothing more than a row in the CSV file with special
interpretation applied by the user.  There is nothing implicit about it.
If you know the first line is a header, use the recipe I posted.  If not,
supply your own fieldnames and treat the first row as data.

Skip
History
Date User Action Args
2009-02-27 04:45:51skip.montanarosetrecipients: + skip.montanaro, barry, rhettinger, jdwhitley, rrenaud
2009-02-27 04:45:49skip.montanarolinkissue1818 messages
2009-02-27 04:45:49skip.montanarocreate