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-10.03:10:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473477052.35.0.602495347682.issue25235@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is my proposal (absent the doc changes).  I'm not happy with it, though, because it means that you don't have the MIME-Version header until you do bytes(msg) (or otherwise generate it), *and* you get a MIME-Version header if you do str(part) for a subpart.  That makes debugging significantly confusing, but only with respect to whether or not you have a MIME-Version header.

I'm inclined to commit it, since this whole thing applies *only* to fully constructed messages, rather than parsed-and-manipulated messages.  I don't like it, but I haven't come up with a better solution so far.
History
Date User Action Args
2016-09-10 03:10:52r.david.murraysetrecipients: + r.david.murray, barry, groner
2016-09-10 03:10:52r.david.murraysetmessageid: <1473477052.35.0.602495347682.issue25235@psf.upfronthosting.co.za>
2016-09-10 03:10:52r.david.murraylinkissue25235 messages
2016-09-10 03:10:52r.david.murraycreate