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 maksvenberv
Recipients THRlWiTi, daniel.ugra, maksvenberv, pitrou, uranusjr, xtreak
Date 2020-09-27.17:11:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601226686.81.0.522640396374.issue23706@roundup.psfhosted.org>
In-reply-to
Content
For the newline parameter, what is the expected behaviour? To work as newline from io.open() which supports only so called "legal" newlines which are: None, '', '\n', '\r', and '\r\n', or to allow users use any sequence as newline hence do replacing before passing text to io.open()?
History
Date User Action Args
2020-09-27 17:11:26maksvenbervsetrecipients: + maksvenberv, pitrou, daniel.ugra, THRlWiTi, uranusjr, xtreak
2020-09-27 17:11:26maksvenbervsetmessageid: <1601226686.81.0.522640396374.issue23706@roundup.psfhosted.org>
2020-09-27 17:11:26maksvenbervlinkissue23706 messages
2020-09-27 17:11:26maksvenbervcreate