gh-95087: Fix IndexError in parsing invalid date in the email module (GH-95201)

Co-authored-by: wouter bolsterlee <wouter@bolsterl.ee>
This commit is contained in:
Serhiy Storchaka 2022-07-25 09:17:25 +03:00 committed by GitHub
parent 5956de16cd
commit ea5ed0ba51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 60 additions and 23 deletions

View file

@ -0,0 +1 @@
Fix IndexError in parsing invalid date in the :mod:`email` module.