Message98812
Note that there is one case that cannot easily be addressed via pre-processing: where the comment character coincidently appears at the start of a line within a multi-line quoted field. For example:
# This is a comment
1, 2, "This is field^M
#3"
What this should produce is debatable, but it would be hard to make it produce:
["1", "2", "This is field^M#3"]
without implementing it within the parser. |
|
Date |
User |
Action |
Args |
2010-02-04 04:05:38 | andrewmcnamara | set | recipients:
+ andrewmcnamara, skip.montanaro, rhettinger, amaury.forgeotdarc, orsenthil, pitrou, iain_haslam, eric.araujo, Mario.Fasold |
2010-02-04 04:05:38 | andrewmcnamara | set | messageid: <1265256338.72.0.612838631507.issue1225769@psf.upfronthosting.co.za> |
2010-02-04 04:05:37 | andrewmcnamara | link | issue1225769 messages |
2010-02-04 04:05:37 | andrewmcnamara | create | |
|