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 Martin.Budaj
Recipients Martin.Budaj, andrewmcnamara, ned.deily, r.david.murray, skip.montanaro
Date 2010-12-14.14:54:39
SpamBayes Score 1.8195821e-07
Marked as misclassified No
Message-id <1292338480.91.0.956615825543.issue10515@psf.upfronthosting.co.za>
In-reply-to
Content
> What do you mean by "there is a test for this case in csv.py"?  

I meant test in regex on line 217 in python 2.7 and the following code (line 258ff):

# there is *no* delimiter, it's a single column of quoted data
delim = ''
skipinitialspace = 0

However, it is intended to detect just lines starting and ending with quotes.
History
Date User Action Args
2010-12-14 14:54:40Martin.Budajsetrecipients: + Martin.Budaj, skip.montanaro, andrewmcnamara, ned.deily, r.david.murray
2010-12-14 14:54:40Martin.Budajsetmessageid: <1292338480.91.0.956615825543.issue10515@psf.upfronthosting.co.za>
2010-12-14 14:54:39Martin.Budajlinkissue10515 messages
2010-12-14 14:54:39Martin.Budajcreate