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 BreamoreBoy, docs@python, georg.brandl, jesstess, r.david.murray, sfinnie, terry.reedy
Date 2014-04-20.02:27:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397960876.64.0.837132738426.issue8387@psf.upfronthosting.co.za>
In-reply-to
Content
The magic of newline='' in python3 is that it *preserves* the line end characters, which is the same thing binary mode does on windows.  The place that matters, as I remember it, is when there is a newline embedded inside a quoted string.  I don't remember *why* that matters, though :(.  But it had something to do with how the csv module processes the data internally.
History
Date User Action Args
2014-04-20 02:27:56r.david.murraysetrecipients: + r.david.murray, georg.brandl, terry.reedy, jesstess, sfinnie, docs@python, BreamoreBoy
2014-04-20 02:27:56r.david.murraysetmessageid: <1397960876.64.0.837132738426.issue8387@psf.upfronthosting.co.za>
2014-04-20 02:27:56r.david.murraylinkissue8387 messages
2014-04-20 02:27:56r.david.murraycreate