]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string...
authorSidney Markowitz <sidney@sidney.com>
Mon, 11 Dec 2023 16:21:18 +0000 (05:21 +1300)
committerGitHub <noreply@github.com>
Mon, 11 Dec 2023 16:21:18 +0000 (18:21 +0200)
commit27a5fd8cb8c88537216d7a498eba9d9177951d76
tree4bb61ba73e6039abd3947528596f08ef9671a645
parent3251ba8f1af535bf28e31a6832511ba19e96b262
gh-94606: Fix error when message with Unicode surrogate not surrogateescaped string (GH-94641)

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]