]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" separator...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 22 Jul 2025 09:56:10 +0000 (11:56 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 09:56:10 +0000 (11:56 +0200)
commit853b5c43d003d6670d532f961bf0b183204a0133
tree230533427c836a4a26f31a64bd57868473e3be22
parent82397064d2c3ac57890d47a64b67c316a404fb4b
[3.13] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136918)

This fixes a regression introduced in GH-135930.
(cherry picked from commit dee650189497735edbc08a54edabb5b06ef1bd09)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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