We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
Date/time parsing routines in theemail module can crash (instead of returning None) for certain inputs:
email
>>>email.utils.parsedate_tz('17 June , 2022')IndexError:stringindexoutofrange
This is similar tobpo-45001 (GH-89164)