]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset...
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 5 Mar 2024 15:49:01 +0000 (17:49 +0200)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 15:49:01 +0000 (17:49 +0200)
commitf97f25ef5dfcdfec0d9a359fd970abd139cf3428
tree989a8a5b5c21dcff639abc58adadb9b512b73854
parentdf594011089a83d151ac7000954665536f3461b5
gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125)
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]