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-15.15:34:15
SpamBayes Score 0.00049300713
Marked as misclassified No
Message-id <1300203256.19.0.481262547299.issue11558@psf.upfronthosting.co.za>
In-reply-to
Content
The attached test program, test_email_attach_to_string.py, demonstrates the
desire for email.message.Message.attach to raise a more helpful exception when
the user incorrectly invokes attach() after setting the payload to a string.
History
Date User Action Args
2011-03-15 15:34:16michael.henrysetrecipients: + michael.henry, r.david.murray
2011-03-15 15:34:16michael.henrysetmessageid: <1300203256.19.0.481262547299.issue11558@psf.upfronthosting.co.za>
2011-03-15 15:34:15michael.henrylinkissue11558 messages
2011-03-15 15:34:15michael.henrycreate