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, michael.henry, r.david.murray
Date 2011-03-24.16:01:15
SpamBayes Score 1.9461339e-05
Marked as misclassified No
Message-id <1300982478.02.0.119834339251.issue11606@psf.upfronthosting.co.za>
In-reply-to
Content
I turns out that issue 5803 has a patch that also fixes this bug, and the algorithm used there is even more efficient than the one you've developed here.  However, it is also not compatible with the email5 version of quoprimime.  It could be adapted, but I think I'm going to put off considering that until I can take a deeper look at why encode_body takes string as its input.  So I'm going to apply this patch in the meantime.
History
Date User Action Args
2011-03-24 16:01:18r.david.murraysetrecipients: + r.david.murray, barry, michael.henry
2011-03-24 16:01:18r.david.murraysetmessageid: <1300982478.02.0.119834339251.issue11606@psf.upfronthosting.co.za>
2011-03-24 16:01:15r.david.murraylinkissue11606 messages
2011-03-24 16:01:15r.david.murraycreate