This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zacktu
Recipients baloan, eric.araujo, skip.montanaro, zacktu
Date 2010-07-28.11:46:52
SpamBayes Score 9.524285e-05
Marked as misclassified No
Message-id <4C5018AC.3000907@neqn.net>
In-reply-to <1280315038.03.0.498909974264.issue7198@psf.upfronthosting.co.za>
Content
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 think that it was ambiguous and that I should 
have made it clear that I no longer had a problem.  Perhaps in my 
ignorance as a newbie I didn't close the issue properly. 

I don't know that I can reproduce the problem any more.  I think that I 
was writing snippets of code to try to isolate the problem and when I 
used Skip's solution I changed the program and deleted the test code.

Please let me know what I can do to help you now.

Bob

Éric Araujo wrote:
> Éric Araujo <merwok@netwok.org> added the comment:
>
> Bob, can you give us some code to reproduce the problem, in the form or a unit test or even just a regular function? It will help confirm the bug and fix it.
>
> ----------
> nosy: +merwok
> stage:  -> unit test needed
> title: csv.writer -> Extraneous newlines with csv.writer on Windows
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue7198>
> _______________________________________
>
History
Date User Action Args
2010-07-28 11:46:55zacktusetrecipients: + zacktu, skip.montanaro, baloan, eric.araujo
2010-07-28 11:46:53zacktulinkissue7198 messages
2010-07-28 11:46:52zacktucreate