]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] 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:55 +0000 (11:56 +0200)
committerGitHub <noreply@github.com>
Tue, 22 Jul 2025 09:56:55 +0000 (11:56 +0200)
commit3511c2e546aaacda5880eb89a94f4e8514b3ce76
tree11e7663919e99982e51d5bdf59982e6f5e64a700
parent228509edab356b02743d9fa9de379854e9526e51
[3.11] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (GH-136920)

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