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, groner, r.david.murray
Date 2016-09-14.00:34:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473813291.23.0.210924654749.issue25235@psf.upfronthosting.co.za>
In-reply-to
Content
Here's patch that only puts the MIME-Version in the output stream and doesn't modify the message (permanently, at least).  I like this better.  This patch is against 3.5 (the previous one was against 3.6).  Since this stuff is provisional in 3.5, I'm thinking I'll make the full change there, including deleting MIMEMessage from the docs.
History
Date User Action Args
2016-09-14 00:34:51r.david.murraysetrecipients: + r.david.murray, barry, groner
2016-09-14 00:34:51r.david.murraysetmessageid: <1473813291.23.0.210924654749.issue25235@psf.upfronthosting.co.za>
2016-09-14 00:34:51r.david.murraylinkissue25235 messages
2016-09-14 00:34:50r.david.murraycreate