]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118643: Fix AttributeError in the email module (GH-119099)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 22 May 2024 10:17:46 +0000 (13:17 +0300)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 10:17:46 +0000 (10:17 +0000)
commit858b9e85fcdd495947c9e892ce6e3734652c48f2
tree793e1fef26ccd7d264e874ae9400a4a78a762d6b
parentaee8f03abbebfb76357f459dfb297026862e3c0b
gh-118643: Fix AttributeError in the email module (GH-119099)

Fix regression introduced in gh-100884: AttributeError when re-fold a long
address list.

Also fix more cases of incorrect encoding of the address separator in the
address list missed in gh-100884.
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Misc/NEWS.d/next/Library/2024-05-16-17-31-46.gh-issue-118643.hAWH4C.rst [new file with mode: 0644]