]> granicus.if.org Git - python/commit
bpo-27931: Fix email address header parsing error (#5329)
authorjayyyin <jayyin11043@hotmail.com>
Mon, 29 Jan 2018 18:07:44 +0000 (13:07 -0500)
committerR. David Murray <rdmurray@bitdance.com>
Mon, 29 Jan 2018 18:07:44 +0000 (13:07 -0500)
commitaa218d1649690d1c1ba86a9972f7fae646bf1a8f
treedf45b81a6791ca716a65a56693db18a2a4e5415d
parente6d342156d2ab20fb88c0a5ec615fa8f602c0769
bpo-27931: Fix email address header parsing error (#5329)

Correctly handle addresses whose username is an empty quoted string.
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Misc/NEWS.d/next/Library/2018-01-25-21-04-11.bpo-27931.e4r52t.rst [new file with mode: 0644]