-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser #136908
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gh-135661: Fix parsing attributes with whitespaces around the "=" separator in HTMLParser #136908
Conversation
…=" separator in HTMLParser This fixes a regression introduced in pythonGH-135930.
Thanks @serhiy-storchaka for the PR, and @ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9, 3.10, 3.11, 3.12, 3.13, 3.14. |
Sorry, @serhiy-storchaka and @ambv, I could not cleanly backport this to
|
…=" separator in HTMLParser (pythonGH-136908) This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
…=" separator in HTMLParser (pythonGH-136908) This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-136918 is a backport of this pull request to the 3.13 branch. |
…=" separator in HTMLParser (pythonGH-136908) This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-136919 is a backport of this pull request to the 3.12 branch. |
…=" separator in HTMLParser (pythonGH-136908) This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-136920 is a backport of this pull request to the 3.11 branch. |
…=" separator in HTMLParser (pythonGH-136908) This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-136921 is a backport of this pull request to the 3.10 branch. |
GH-136922 is a backport of this pull request to the 3.9 branch. |
…d the "=" separator in HTMLParser (pythonGH-136908) This fixes a regression introduced in pythonGH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-136927 is a backport of this pull request to the 3.14 branch. |
…"=" separator in HTMLParser (GH-136908) (GH-136918) This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
…"=" separator in HTMLParser (GH-136908) (GH-136919) This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
…"=" separator in HTMLParser (GH-136908) (GH-136920) This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
…"=" separator in HTMLParser (GH-136908) (GH-136921) This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
…=" separator in HTMLParser (GH-136908) (GH-136922) This fixes a regression introduced in GH-135930. (cherry picked from commit dee6501) Co-authored-by: Serhiy Storchaka <[email protected]>
This fixes a regression introduced in GH-135930.