-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
gh-118350: Fix support of elements "textarea" and "title" in HTMLParser #135310
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
Conversation
There are more fundamental issues in HTMLParser (see #135661). I'll review this PR after fixing them. |
There were more fundamental issues in HTMLParser (see #135661). Now many of them are fixed, and the rest should not conflict with this PR. Please update the PR. Tests for |
There were some errors in the implementations -- it was not able to find the closing tag and did not work with This issue is now classified as a security issue, like many other HTMLParser issues. |
Thanks @timonviola 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. |
…MLParser (pythonGH-135310) (cherry picked from commit 4d02f31) Co-authored-by: Timon Viola <44016238+timonviola@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
…MLParser (pythonGH-135310) (cherry picked from commit 4d02f31) Co-authored-by: Timon Viola <44016238+timonviola@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
GH-136984 is a backport of this pull request to the 3.14 branch. |
…MLParser (pythonGH-135310) (cherry picked from commit 4d02f31) Co-authored-by: Timon Viola <44016238+timonviola@users.noreply.github.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl>
GH-136985 is a backport of this pull request to the 3.13 branch. |
Sorry, @timonviola and @ambv, I could not cleanly backport this to
|
GH-136986 is a backport of this pull request to the 3.12 branch. |
Sorry, @timonviola and @ambv, I could not cleanly backport this to
|
Sorry, @timonviola and @ambv, I could not cleanly backport this to
|
This is a PR where comments and tests are implemented based on feedback from the draft PR: #121770