]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (#135310)
authorTimon Viola <44016238+timonviola@users.noreply.github.com>
Tue, 22 Jul 2025 11:27:13 +0000 (13:27 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 11:27:13 +0000 (13:27 +0200)
commit4d02f31cdd45d81b95540d9076222b709d4f2335
tree03ef7c1d7b51c31317e6e96b8e2f77f1412fe37a
parentc933a6bb329bb97bc7e448388dad1b74f7ca4baa
gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (#135310)

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]