]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)
authorAbhilash Raj <maxking@users.noreply.github.com>
Mon, 9 Dec 2019 01:35:38 +0000 (17:35 -0800)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2019 01:35:38 +0000 (17:35 -0800)
commit68157da8b42b26408af5d157d2dba4fcf29c6320
tree24b6efbd34f13ad32d02ac4981b8f97b5156d027
parent080ee5a88406fb68aaab741145cd5d2a7c5f2ad6
bpo-38698: Add a new InvalidMessageID token to email header parser. (GH-17503)

This adds a new InvalidMessageID token to the email header parser which can be
used to represent invalid message-id headers in the parse tree.
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Misc/NEWS.d/next/Library/2019-12-07-21-49-50.bpo-38698.HxoSym.rst [new file with mode: 0644]