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 fredstober, martin.panter, r.david.murray, vajrasky
Date 2014-12-17.11:52:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1418817143.65.0.152841593586.issue20121@psf.upfronthosting.co.za>
In-reply-to
Content
RFC 1521 says that a text newline should be encoded as CRLF, and that any combination of 0x0D and 0x0A bytes that do not represent newlines should be encoded like other control characters as =0D and =0A.

Since in Python 3 the codec outputs bytes, I don’t think there is any excuse for it to be outputting plain CR or LF bytes. The question is, do they represent newlines to be encoded as CRLF, or just data bytes that need ordinary encoding.
History
Date User Action Args
2014-12-17 11:52:23martin.pantersetrecipients: + martin.panter, r.david.murray, vajrasky, fredstober
2014-12-17 11:52:23martin.pantersetmessageid: <1418817143.65.0.152841593586.issue20121@psf.upfronthosting.co.za>
2014-12-17 11:52:23martin.panterlinkissue20121 messages
2014-12-17 11:52:23martin.pantercreate