]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII chars...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 5 Mar 2024 17:32:30 +0000 (18:32 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 17:32:30 +0000 (17:32 +0000)
commitc75df4b13a1ec6317699142b29380bc500f52dcf
treee0275c4d2d6784bc1c87b9b5b98e3387b40f74c7
parentc67a4b6bdbc1b188f9e17242897e358740ed6783
[3.11] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125) (GH-116365)

(cherry picked from commit f97f25ef5dfcdfec0d9a359fd970abd139cf3428)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/email/generator.py
Lib/email/message.py
Lib/test/test_email/test_email.py
Misc/NEWS.d/next/Library/2024-02-29-17-06-54.gh-issue-76511.WqjRLP.rst [new file with mode: 0644]