]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] 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:17:59 +0000 (14:17 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 12:17:59 +0000 (14:17 +0200)
commit8de88e0840aa1bec2854c1e10211007d45b7fb78
tree671a6f0e19891691ca4a7c11606aacc342553dd7
parent4999cdbced51b5148b2ebd4c9315c90aab1ad312
[3.13] gh-118350: Fix support of elements "textarea" and "title" in HTMLParser (GH-135310) (GH-136985)

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