]> git.ipfire.org Git - thirdparty/Python/cpython.git/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:41:26 +0000 (08:41 -0700)
committerGitHub <noreply@github.com>
Sat, 28 Jul 2018 15:41:26 +0000 (08:41 -0700)
commit2be0124b820729eacc1288950b824e336bd3a4a6
tree2bf866c91795a365342bd8b33f7ec8c1c5b78e03
parent23355445625b8b41030dbda9decaf2f4aa7035a6
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]