]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_e...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 May 2025 08:02:58 +0000 (10:02 +0200)
committerGitHub <noreply@github.com>
Mon, 26 May 2025 08:02:58 +0000 (11:02 +0300)
commit08e1ba88133f1d770eedb9e72cde340cc2c0dcd8
tree7237bb3e13b1e8e009286b7b5a665eff363979f1
parente483dcf19eee7143ba76d1829afc1052053a904e
[3.13] gh-134152: Fix UnboundLocalError in email._header_value_parser _get_ptext_to_endchars (GH-134233) (#134677)

Co-authored-by: R. David Murray <rdmurray@bitdance.com>
Lib/email/_header_value_parser.py
Lib/test/test_email/test__header_value_parser.py
Misc/NEWS.d/next/Library/2025-05-19-10-32-11.gh-issue-134152.INJC2j.rst [new file with mode: 0644]