]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH...
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 13 Sep 2025 20:35:57 +0000 (23:35 +0300)
committerGitHub <noreply@github.com>
Sat, 13 Sep 2025 20:35:57 +0000 (22:35 +0200)
commit02feb83af27184fd15f6ee7f7996ab92ce229f82
tree125474c0836cff43ab494a2c35c29a51f2fabab7
parentb4ec17488eedec36d3c05fec127df71c0071f6cb
[3.11] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-137782)

(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]