]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:27:22 +0000 (18:27 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Mar 2024 17:27:22 +0000 (17:27 +0000)
commit85c32ad9fd3780d8cc68a692c396cc840c093d69
treea9709fc1404a1c3d60e517c6717d87cdb20e0056
parent34efd49280ca710fd0358c72323c9d0c45a32b27
[3.12] gh-76511: Fix email.Message.as_string() for non-ASCII message with ASCII charset (GH-116125) (GH-116364)

(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]