]> granicus.if.org Git - python/commit
bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 28 Jul 2018 15:59:18 +0000 (08:59 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Jul 2018 15:59:18 +0000 (08:59 -0700)
commitf17e001746e0f697e9bd49ac3748f2543b0a0d47
tree9f1385b48c61b1310209b4d7e207ebad9437c54d
parent30f295b85ece2dc2b2b65018bd15090efa1de7dc
bpo-33476: Fix _header_value_parser when address group is missing final ';' (GH-7484)

(cherry picked from commit 8fe9eed937cb69b5e26ac6e36a90b5360eb11277)

Co-authored-by: Dong-hee Na <donghee.na92@gmail.com>
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Misc/NEWS.d/next/Library/2018-06-08-00-29-40.bpo-33476.R0Bhlj.rst [new file with mode: 0644]