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 r.david.murray, sdaoden
Date 2011-03-17.13:03:42
SpamBayes Score 0.006386875
Marked as misclassified No
Message-id <1300367023.43.0.484719545839.issue11584@psf.upfronthosting.co.za>
In-reply-to
Content
I don't see a test case here, did you forget to attatch something?

Also, in this:

  elf._msg[n] = email.header.make_header(email.header.decode_header(b))

unless 'b' is an ASCII-only string, it isn't going to work.
History
Date User Action Args
2011-03-17 13:03:43r.david.murraysetrecipients: + r.david.murray, sdaoden
2011-03-17 13:03:43r.david.murraysetmessageid: <1300367023.43.0.484719545839.issue11584@psf.upfronthosting.co.za>
2011-03-17 13:03:42r.david.murraylinkissue11584 messages
2011-03-17 13:03:42r.david.murraycreate