Simmons, Stephen wrote:
> >
> > I've come across a bug in CSV where the csv.reader() raises an
> > exception if the input line contains '\r'. Example code and output
> > below shows a test case where csv.reader() cannot read an array
> > written by csv.writer().
> >
> > Error: newline inside s
Simmons, Stephen wrote:
>
> I've come across a bug in CSV where the csv.reader() raises an
> exception if the input line contains '\r'. Example code and output
> below shows a test case where csv.reader() cannot read an array
> written by csv.writer().
>
> Error: newline inside string
> WARNING
Hi,
I've come across a bug in CSV where the csv.reader() raises an
exception if the input line contains '\r'. Example code and output
below shows a test case where csv.reader() cannot read an array
written by csv.writer().
I believe this is a known bug and may have been fixed for Python 2.5.
Ho