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 varun
Recipients michael.henry, r.david.murray, varun
Date 2014-03-01.12:18:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1393676326.24.0.921180661646.issue11558@psf.upfronthosting.co.za>
In-reply-to
Content
I have made a patch which raises TypeError whenever a string type payload is attached to message using email.Message.attach() method.I have also added a unit test for the same. Need review.
History
Date User Action Args
2014-03-01 12:18:46varunsetrecipients: + varun, r.david.murray, michael.henry
2014-03-01 12:18:46varunsetmessageid: <1393676326.24.0.921180661646.issue11558@psf.upfronthosting.co.za>
2014-03-01 12:18:46varunlinkissue11558 messages
2014-03-01 12:18:46varuncreate