change link to PR to fix handling of invalid Date fields

This commit is contained in:
2021-09-01 14:45:21 +02:00
parent 6caf7049a6
commit 6b8ad1b078

View File

@@ -92,7 +92,7 @@ setattr(email._header_value_parser, "get_name_addr", get_name_addr)
# https://bugs.python.org/issue30681 # https://bugs.python.org/issue30681
# #
# fix: https://github.com/python/cpython/pull/2254 # fix: https://github.com/python/cpython/pull/22090
import email.errors import email.errors
from email.errors import HeaderDefect from email.errors import HeaderDefect