gh-77057: Fix handling of invalid markup declarations in HTMLParser#9295
gh-77057: Fix handling of invalid markup declarations in HTMLParser#9295serhiy-storchaka merged 7 commits intopython:mainfrom
Conversation
cbd359f to
74cf400
Compare
|
This PR is stale because it has been open for 30 days with no activity. |
serhiy-storchaka
left a comment
There was a problem hiding this comment.
LGTM.
I propose to add addition tests for some cases which were incorrectly handled in parse_marked_section().
|
Thanks @ezio-melotti for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
|
Thanks @ezio-melotti for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…rser (pythonGH-9295) (cherry picked from commit 76c0b01) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…rser (pythonGH-9295) (cherry picked from commit 76c0b01) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com> Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
|
GH-133833 is a backport of this pull request to the 3.14 branch. |
|
GH-133834 is a backport of this pull request to the 3.13 branch. |
…rser (pythonGH-9295) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
…rser (pythonGH-9295) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This work-in-progress commit addresses one of the issues reported in bpo-32876.
https://bugs.python.org/issue32876