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 r.david.murray
Recipients lregebro, r.david.murray, sjmachin, skip.montanaro, terry.reedy
Date 2011-01-22.02:55:53
SpamBayes Score 0.09896971
Marked as misclassified No
Message-id <1295664969.07.0.116525980026.issue10954@psf.upfronthosting.co.za>
In-reply-to
Content
Newline='' is indeed needed. It preserves the newlines so that the csv module can correctly parse them according to the weird csv quoting roles.  And for output, the fact that it isn't documented there is a an issue that was only noticed recently.
History
Date User Action Args
2011-01-22 02:56:09r.david.murraysetrecipients: + r.david.murray, skip.montanaro, terry.reedy, sjmachin, lregebro
2011-01-22 02:56:09r.david.murraysetmessageid: <1295664969.07.0.116525980026.issue10954@psf.upfronthosting.co.za>
2011-01-22 02:55:53r.david.murraylinkissue10954 messages
2011-01-22 02:55:53r.david.murraycreate