Re: [Tutor] Abnormal \r character in csv text files: csv module error

2005-07-11 Thread Kent Johnson
Alessandro Brollo wrote: > Abnormal \r characters inside a .csv text file raise > an error when the file is read by csv.reader() (Python > 2.3). > > This is a warning to newbies like me and a question > for experts: is it a bug into csv module? This has been reported as a bug. http://sourceforge.

[Tutor] Abnormal \r character in csv text files: csv module error

2005-07-11 Thread Alessandro Brollo
Abnormal \r characters inside a .csv text file raise an error when the file is read by csv.reader() (Python 2.3). I'm sending the following files: test.txt : a "csv"-like text file with a \r character; test1.txt : same file, with an x replacing \r; example.txt: the hard copy of my Python shell