]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-135661: Fix parsing attributes with whitespaces around the "=" separator...
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 21 Jul 2025 18:34:24 +0000 (21:34 +0300)
committerGitHub <noreply@github.com>
Mon, 21 Jul 2025 18:34:24 +0000 (20:34 +0200)
commit893707c53852150e65068fcf80ac5469bde0c0ee
tree8f93a2626c525a5d46f37502c88d0d85cd901397
parentfa9a369044860d720387573eea5f709658146211
[3.14] gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser (GH-136908) (#136927)
Lib/html/parser.py
Lib/test/test_htmlparser.py
Misc/NEWS.d/3.14.0b4.rst
Misc/NEWS.d/next/Security/2025-07-21-14-15-25.gh-issue-135661.nAxXw5.rst [new file with mode: 0644]