[Csv] Something's fishy w/ Mac line endings...

Skip Montanaro skip at pobox.com
Sat Aug 16 04:24:42 CEST 2003


Folks,

Here's a bug reported against the csv module:

    http://python.org/sf/789519

There seems to be a problem with what it expects to see after the \r
character.  It wants to see either a NUL or a \n followed by a NUL.  In this
case, it sees the '0' which starts the next line.

I've assigned it to myself for now and I'll try to take a look at it over
the weekend, but Andrew or Dave are welcome to investigate.

Skip


More information about the Csv mailing list