]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 25 Jul 2022 06:17:25 +0000 (09:17 +0300)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 06:17:25 +0000 (09:17 +0300)
commitea5ed0ba51c10cfdde7651a475438551964dfdfc
tree3f427ac4b9f85eafd0a9fbeb2ab8fec7035a6504
parent5956de16cd00e7e1cf5cbf3d7b4a930eaa928321
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)

Co-authored-by: wouter bolsterlee <wouter@bolsterl.ee>
Lib/email/_parseaddr.py
Lib/test/test_email/test_email.py
Lib/test/test_email/test_utils.py
Misc/NEWS.d/next/Library/2022-07-24-12-59-02.gh-issue-95087.VvqXkN.rst [new file with mode: 0644]