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 martin.panter
Recipients Philip Martin, SilentGhost, martin.panter, serhiy.storchaka
Date 2016-03-27.11:10:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1459077030.1.0.949597432074.issue26648@psf.upfronthosting.co.za>
In-reply-to
Content
Isn’t using newline=None a way to produce the error in the first place? Silent Ghost: see the footnote <https://docs.python.org/3/library/csv.html#id3>.

Reading with newline=None translates newlines. Writing with newline=None produces CRLFs on Windows. I understand the CSV module wants neither of these translations, so it has full control of the code points.
History
Date User Action Args
2016-03-27 11:10:30martin.pantersetrecipients: + martin.panter, SilentGhost, serhiy.storchaka, Philip Martin
2016-03-27 11:10:30martin.pantersetmessageid: <1459077030.1.0.949597432074.issue26648@psf.upfronthosting.co.za>
2016-03-27 11:10:30martin.panterlinkissue26648 messages
2016-03-27 11:10:29martin.pantercreate