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 rhettinger
Recipients andrewmcnamara, iain_haslam, rhettinger, skip.montanaro
Date 2008-04-15.08:01:49
SpamBayes Score 0.14052033
Marked as misclassified No
Message-id <1208246511.84.0.21618831888.issue1225769@psf.upfronthosting.co.za>
In-reply-to
Content
-1 on the change.  Comments in CSV files are not a common use case.  
I'm less worried about cluttering the C code and more concerned about 
cluttering the API, making the module harder to learn and remember.

Also, it is already trivial to implement filtering using str.startswith
().  This proposed patch is not worth the rare case where it saves a 
line or two code that was already crystal clear.
History
Date User Action Args
2008-04-15 08:01:52rhettingersetspambayes_score: 0.14052 -> 0.14052033
recipients: + rhettinger, skip.montanaro, andrewmcnamara, iain_haslam
2008-04-15 08:01:51rhettingersetspambayes_score: 0.14052 -> 0.14052
messageid: <1208246511.84.0.21618831888.issue1225769@psf.upfronthosting.co.za>
2008-04-15 08:01:50rhettingerlinkissue1225769 messages
2008-04-15 08:01:49rhettingercreate