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 michaelanckaert
Recipients Sharebear, barry, christian.heimes, cjw296, georg.brandl, loewis, michaelanckaert, r.david.murray, vstinner
Date 2019-08-14.16:12:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565799161.02.0.72332832101.issue1823@roundup.psfhosted.org>
In-reply-to
Content
This issue is still present on Python 3.7 and above. 

As David suggested set_charset could be turned into a no-op on MIMEMultipart. 

I traced set_charset back to inheritance from email.message.Message, would overriding set_charset (and possibly raising a deprecation warning) be an acceptable fix?
History
Date User Action Args
2019-08-14 16:12:41michaelanckaertsetrecipients: + michaelanckaert, loewis, barry, georg.brandl, vstinner, christian.heimes, cjw296, Sharebear, r.david.murray
2019-08-14 16:12:41michaelanckaertsetmessageid: <1565799161.02.0.72332832101.issue1823@roundup.psfhosted.org>
2019-08-14 16:12:41michaelanckaertlinkissue1823 messages
2019-08-14 16:12:40michaelanckaertcreate