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 amaury.forgeotdarc
Recipients Mario.Fasold, amaury.forgeotdarc, andrewmcnamara, iain_haslam, rhettinger, skip.montanaro
Date 2010-01-27.13:17:02
SpamBayes Score 7.3966134e-05
Marked as misclassified No
Message-id <1264598225.6.0.646823439721.issue1225769@psf.upfronthosting.co.za>
In-reply-to
Content
Comment lines in csv data may be common in some areas, but they are not part of any standard, and they are not the only possible extension to csv files (for example: ignore empty lines, or a terminal \ for line continuation...)

Currently all members of Dialect deal with the format of the records, not with the extraction of records from the file. (lineterminator is used only when writing).

The "CommentedFile" filter above is a good recipe for all cases, and is easy to use. I recommend closing this issue.
History
Date User Action Args
2010-01-27 13:17:07amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, skip.montanaro, rhettinger, andrewmcnamara, iain_haslam, Mario.Fasold
2010-01-27 13:17:05amaury.forgeotdarcsetmessageid: <1264598225.6.0.646823439721.issue1225769@psf.upfronthosting.co.za>
2010-01-27 13:17:03amaury.forgeotdarclinkissue1225769 messages
2010-01-27 13:17:02amaury.forgeotdarccreate