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

Or different peoples' notion of how to comment strings.  Precidely because
there is no standard way to comment out content in CSV files people are free
to dream up anything they want, including,
but not limited to:

    * C- or C++-style comments
    * MoinMoin-style comments, where "##" introduces a comment but a lone
      "#" introduces a meta command to the parser

Trying to accommodate the myriad varieties of way s people might decide to
comment out content would put an undue burden on the csv module's parser.

Skip
History
Date User Action Args
2010-01-27 16:07:24skip.montanarosetrecipients: + skip.montanaro, rhettinger, amaury.forgeotdarc, andrewmcnamara, iain_haslam, eric.araujo, Mario.Fasold
2010-01-27 16:07:22skip.montanarolinkissue1225769 messages
2010-01-27 16:07:22skip.montanarocreate