]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Jul 2022 06:40:17 +0000 (23:40 -0700)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 06:40:17 +0000 (23:40 -0700)
commit3ec139fa4d0a898b1f9cd98313bdf6fd9fd7728e
tree4798063803ac41797dd47929d256eefec3f9ce7a
parent49d038496e851f6571a267cfd387dd7094bdd832
gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)

Co-authored-by: wouter bolsterlee <wouter@bolsterl.ee>
(cherry picked from commit ea5ed0ba51c10cfdde7651a475438551964dfdfc)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]