]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.10] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 13 Sep 2025 20:36:51 +0000 (23:36 +0300)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 20:36:51 +0000 (22:36 +0200)
commit9b51801581e1e38b9cf9bfeb6c12a739fd5e6309
treee2db560a6d064aa01545ec0a5f48cc12538a8225
parent57f5981d6260ed21266e0c26951b8564cc252bc2
[3.10] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137783)

(cherry picked from commit 4d02f31cdd45d81b95540d9076222b709d4f2335)

Co-authored-by: Timon Viola <44016238+timonviola@users.noreply.github.com>
Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS.d/next/Security/2025-06-09-20-38-25.gh-issue-118350.KgWCcP.rst [new file with mode: 0644]