Message98436
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 |
|
Date |
User |
Action |
Args |
2010-01-27 16:07:24 | skip.montanaro | set | recipients:
+ skip.montanaro, rhettinger, amaury.forgeotdarc, andrewmcnamara, iain_haslam, eric.araujo, Mario.Fasold |
2010-01-27 16:07:22 | skip.montanaro | link | issue1225769 messages |
2010-01-27 16:07:22 | skip.montanaro | create | |
|