]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Jul 2025 12:31:27 +0000 (14:31 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 12:31:27 +0000 (14:31 +0200)
commitf66c75f11d3aeeb614600251fd5d3fe1a34b5ff1
tree990d032dd55f27cde775c1c14111e5d1b89b51bb
parentad695f53281f80a84e1c1729b4b95681aea004c0
[3.12] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-136986)

(cherry picked from commit 4d02f31cdd45d81b95540d9076222b709d4f2335)

Co-authored-by: Timon Viola <44016238+timonviola@users.noreply.github.com>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.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]