[issue7198] Extraneous newlines with csv.writer on Windows

2010-07-28 Thread Bob Cannon
Bob Cannon added the comment: Eric, This issue was resolved for me by Skip Montanaro's response less than an hour after I posted it. I didn't understand why a text file had to be binary, but I no longer had a problem with extraneous. In looking back at my message 94441, I thi

[issue7198] csv.writer

2009-10-24 Thread Bob Cannon
Changes by Bob Cannon : -- status: open -> closed ___ Python tracker <http://bugs.python.org/issue7198> ___ ___ Python-bugs-list mailing list Unsubscri

[issue7198] csv.writer

2009-10-24 Thread Bob Cannon
Bob Cannon added the comment: Probably so. I'm sorry to report this as a bug if it's not. I asked abut this on a Python group on IRC and got no suggestions. Thanks for taking a look. -- ___ Python tracker <http://bugs.python.

[issue7198] csv.writer

2009-10-24 Thread Bob Cannon
New submission from Bob Cannon : I used csv.writer to open a file for writing with comma as separator and dialect='excel'. I used writerow to write each row into the file. When I execute under linux, each line is terminated by '\r\n'. When I execute under windows, each l

[issue7198] csv.writer

2009-10-24 Thread Bob Cannon
Changes by Bob Cannon : -- nosy: zacktu severity: normal status: open title: csv.writer type: behavior versions: Python 2.6 ___ Python tracker <http://bugs.python.org/issue7