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 iritkatriel
Recipients ThomasAH, barry, docs@python, iritkatriel, littleq0903, paulproteus, python-dev, r.david.murray, rdemetrescu
Date 2021-12-12.14:51:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639320686.28.0.356834303238.issue1525919@roundup.psfhosted.org>
In-reply-to
Content
The encoding functions are now doing

orig = msg.get_payload(decode=True)

Does this fix the double-encoding issue?


This change was made in 
https://github.com/python/cpython/commit/00ae435deef434f471e39bea3f3ab3a3e3cd90fe
History
Date User Action Args
2021-12-12 14:51:26iritkatrielsetrecipients: + iritkatriel, barry, ThomasAH, rdemetrescu, paulproteus, r.david.murray, docs@python, python-dev, littleq0903
2021-12-12 14:51:26iritkatrielsetmessageid: <1639320686.28.0.356834303238.issue1525919@roundup.psfhosted.org>
2021-12-12 14:51:26iritkatriellinkissue1525919 messages
2021-12-12 14:51:26iritkatrielcreate