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 docs@python, fredstober, lemburg, martin.panter, r.david.murray, serhiy.storchaka, vajrasky
Date 2015-01-20.04:43:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1421729040.48.0.546858290146.issue20121@psf.upfronthosting.co.za>
In-reply-to
Content
Here is patch v2, which fixes some more bugs I uncovered in the quoted-printable encoders:

* The binascii version would unnecessarily break a 76-character line (maximum length) if it would end with an =XX escape code
* The native Python version would insert soft line breaks in the middle of =XX escape codes
History
Date User Action Args
2015-01-20 04:44:00martin.pantersetrecipients: + martin.panter, lemburg, r.david.murray, docs@python, serhiy.storchaka, vajrasky, fredstober
2015-01-20 04:44:00martin.pantersetmessageid: <1421729040.48.0.546858290146.issue20121@psf.upfronthosting.co.za>
2015-01-20 04:44:00martin.panterlinkissue20121 messages
2015-01-20 04:44:00martin.pantercreate