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.00:55:39
SpamBayes Score 0.0009858346
Marked as misclassified No
Message-id <18855.14852.404081.620096@montanaro.dyndns.org>
In-reply-to <1235686723.19.0.70025441597.issue1818@psf.upfronthosting.co.za>
Content
Rob> I agree that we should not unconditionally write headers, but I
    Rob> think that we should write headers by default, much like we read
    Rob> them by default.

I don't think you should write them by default.  I've worked with lots of
CSV files which have no headers.  I can imagine people wanting to write CSV
files with multiple headers.  It should be optional and explicit.

Skip
History
Date User Action Args
2009-02-27 00:55:42skip.montanarosetrecipients: + skip.montanaro, barry, rhettinger, jdwhitley, rrenaud
2009-02-27 00:55:40skip.montanarolinkissue1818 messages
2009-02-27 00:55:39skip.montanarocreate