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 andrewmcnamara
Recipients andrewmcnamara, iain_haslam, skip.montanaro
Date 2008-04-15.07:16:57
SpamBayes Score 0.04193383
Marked as misclassified No
Message-id <1208243819.34.0.482317067343.issue1225769@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2008-04-15 07:16:59andrewmcnamarasetspambayes_score: 0.0419338 -> 0.04193383
recipients: + andrewmcnamara, skip.montanaro, iain_haslam
2008-04-15 07:16:59andrewmcnamarasetspambayes_score: 0.0419338 -> 0.0419338
messageid: <1208243819.34.0.482317067343.issue1225769@psf.upfronthosting.co.za>
2008-04-15 07:16:58andrewmcnamaralinkissue1225769 messages
2008-04-15 07:16:57andrewmcnamaracreate