[issue2640] "excel" csv option generates multiple lines

2008-04-16 Thread Skip Montanaro
Changes by Skip Montanaro <[EMAIL PROTECTED]>: -- resolution: -> invalid status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bu

[issue2640] "excel" csv option generates multiple lines

2008-04-16 Thread Jeff Hall
Jeff Hall <[EMAIL PROTECTED]> added the comment: you're absolutely correct, i apologize. On Tue, Apr 15, 2008 at 7:40 PM, Skip Montanaro <[EMAIL PROTECTED]> wrote: > > Skip Montanaro <[EMAIL PROTECTED]> added the comment: > > What platform are you on? Did you open the output file in > binary m

[issue2640] "excel" csv option generates multiple lines

2008-04-15 Thread Skip Montanaro
Skip Montanaro <[EMAIL PROTECTED]> added the comment: What platform are you on? Did you open the output file in binary mode? I sort of suspect you failed to add 'b' to the file mode and are getting a text file. -- nosy: +skip.montanaro __ Tracker <[EMAI

[issue2640] "excel" csv option generates multiple lines

2008-04-15 Thread Jeff Hall
New submission from Jeff Hall <[EMAIL PROTECTED]>: Current: csv.py indicates lineterminator = '\r\n' Issue: looks fine in notepad but when pulled into excel (office 2003) extra lines are added Resolution: should read lineterminator = '\r' -- components: Extension Modules messages: 65523