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 barry, milap.py, r.david.murray, timar
Date 2014-01-09.16:16:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389284211.38.0.123413586003.issue20206@psf.upfronthosting.co.za>
In-reply-to
Content
This is a bug in quoprimime.body_encode.  If you put a newline on the end of your string, it will work as expected.

The patch in issue 5803 does not have the bug, so I'll probably just apply that to both 3.3 and 3.4.
History
Date User Action Args
2014-01-09 16:16:51r.david.murraysetrecipients: + r.david.murray, barry, milap.py, timar
2014-01-09 16:16:51r.david.murraysetmessageid: <1389284211.38.0.123413586003.issue20206@psf.upfronthosting.co.za>
2014-01-09 16:16:51r.david.murraylinkissue20206 messages
2014-01-09 16:16:49r.david.murraycreate