On Oct 24, 8:56 pm, "Junior" <[EMAIL PROTECTED]> wrote:
> I want to open a text file for reading and delineate it by comma.  I also
> want any data
> surrounded by quotation marks that has a comma in it, not to count the
> commas inside the
> quotation marks

Use the csv module.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to