[issue1225769] Proposal to implement comment rows in csv module

Andrew McNamara report at bugs.python.org
Tue Apr 15 09:16:59 CEST 2008


Andrew McNamara <andrewm at object-craft.com.au> added the comment:

I think it's a reasonable enough request - I've certainly had to 
process CSV files with comments. Iain - appologies for not looking at 
your request before now - 3 years is a pretty poor response time.

Some thoughts:
 * this should target 2.6, not 2.5 (as 2.5 is in maintenance only)?
 * the check that disallows "space" - I wonder what other things it 
should disallow - the delimiter?
 * should it support multicharacter comments, like the C++ //-style 
comment? I think no.
 * any implications for the py3k port?

Skip - are you happy making the changes, or should I dust off my 
working copy?

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1225769>
_____________________________________


More information about the Python-bugs-list mailing list