]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-75171: Fix parsing invalid email address headers starting or ending with a dot...
authortsufeki <tsufeki@ymail.com>
Wed, 17 Apr 2024 07:39:15 +0000 (09:39 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Apr 2024 07:39:15 +0000 (10:39 +0300)
commit8cc9adbfddc8e37cf7d621b12754eecb0584f5da
tree9fa5147ca1dbf9e61221f64d0d39efc2bdc94690
parent8123c34faa5aab20edc268c7f8a81e6a765af366
gh-75171: Fix parsing invalid email address headers starting or ending with a dot (GH-15600)

Co-authored-by: Tim Bell <timothybell@gmail.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Lib/test/test_email/test_headerregistry.py
Misc/NEWS.d/next/Library/2019-08-29-20-26-08.bpo-30988.b-_h5O.rst [new file with mode: 0644]