summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2021-10-13-17-52-48.bpo-45239.7li1_0.rst
blob: 9e5ec561c362afad50c272e000ea67c38afa56fc (plain)
1
2
3
Fixed :func:`email.utils.parsedate_tz` crashing with
:exc:`UnboundLocalError` on certain invalid input instead of returning
``None``. Patch by Ben Hoyt.