]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-94606: Fix error when message with Unicode surrogate not surrogateescaped...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 11 Dec 2023 16:47:25 +0000 (17:47 +0100)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 16:47:25 +0000 (16:47 +0000)
commit5aec2d2452cee224bc62b361a28e50f91fbc4a96
tree5db10ca68ab599773926eaf582f4dfc05bec1ae0
parenta37e1473da30cf24b3df2cc3d8c02ab8bc05d44a
[3.11] gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string (GH-94641) (GH-112972)

(cherry picked from commit 27a5fd8cb8c88537216d7a498eba9d9177951d76)

Co-authored-by: Sidney Markowitz <sidney@sidney.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/email/message.py
Lib/email/utils.py
Lib/test/test_email/test_message.py
Misc/NEWS.d/next/Core and Builtins/2022-07-07-05-37-53.gh-issue-94606.hojJ54.rst [new file with mode: 0644]