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 michael.henry
Recipients michael.henry, r.david.murray
Date 2011-03-17.16:30:09
SpamBayes Score 0.0011753528
Marked as misclassified No
Message-id <1300379411.81.0.498480234952.issue11590@psf.upfronthosting.co.za>
In-reply-to
Content
The attached patch adds unit tests and some minor fixes for the email
module's quoprimime.py file.  The header_encode() function did not
properly return an empty string when given an empty string.  The
decode() function did not properly detect the input string's EOL
character.

This patch depends on application of the patch in issue #11589.
History
Date User Action Args
2011-03-17 16:30:11michael.henrysetrecipients: + michael.henry, r.david.murray
2011-03-17 16:30:11michael.henrysetmessageid: <1300379411.81.0.498480234952.issue11590@psf.upfronthosting.co.za>
2011-03-17 16:30:09michael.henrylinkissue11590 messages
2011-03-17 16:30:09michael.henrycreate