Dealing with \r in CSV fields in Python2.4

Skip Montanaro skip at pobox.com
Wed Sep 4 11:20:36 EDT 2013


>   _csv.Error: newline inside string

How are the lines actually terminated, with \r\n or with just \n? If
it's just \n, what happens if you specify \n as the line terminator?

Skip



More information about the Python-list mailing list