]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLPa...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jul 2025 10:07:15 +0000 (13:07 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 10:07:15 +0000 (12:07 +0200)
commitdee650189497735edbc08a54edabb5b06ef1bd09
tree9dfef05511790e130a9cfb50aabe3d289c47fb47
parent09dfb50f1b7c23bc48d86bd579671761bb8ca48b
gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908)

This fixes a regression introduced in GH-135930.
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS.d/next/Security/2025-06-25-14-13-39.gh-issue-135661.idjQ0B.rst