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 Eric.Haszlakiewicz, r.david.murray
Date 2014-11-12.17:31:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415813472.18.0.569377428939.issue22855@psf.upfronthosting.co.za>
In-reply-to
Content
If the line terminator is not \n, there is no reason to quote values with \n in them.  (Try your code with lineterminator set to 'd' to see what I mean.)
History
Date User Action Args
2014-11-12 17:31:12r.david.murraysetrecipients: + r.david.murray, Eric.Haszlakiewicz
2014-11-12 17:31:12r.david.murraysetmessageid: <1415813472.18.0.569377428939.issue22855@psf.upfronthosting.co.za>
2014-11-12 17:31:12r.david.murraylinkissue22855 messages
2014-11-12 17:31:11r.david.murraycreate