[issue6606] csv.Sniffer.sniff on data with doublequotes doesn't set up the dialect properly

2009-09-28 Thread Joseph Tate
Joseph Tate added the comment: Thank you, Thomas, for the patch, and Skip, for applying it. -- ___ Python tracker <http://bugs.python.org/issue6606> ___ ___ Pytho

[issue6606] csv.Sniffer.sniff on data with doublequotes doesn't set up the dialect properly

2009-07-30 Thread Joseph Tate
Joseph Tate added the comment: Note that no exceptions are raised, the reader just returns improperly parsed records. -- ___ Python tracker <http://bugs.python.org/issue6

[issue6606] csv.Sniffer.sniff on data with doublequotes doesn't set up the dialect properly

2009-07-30 Thread Joseph Tate
New submission from Joseph Tate : Given the attached code, the Sniffer.sniff routine does not set the doublequote property. This results in errors during reader operations. If the doublequote property is set in the dialect, the data is read properly. The data was created using oocalc, forcing