-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
[3.13] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) #140842
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
[3.13] gh-137836: Support more RAWTEXT and PLAINTEXT elements in HTMLParser (GH-137837) #140842
Conversation
…arser (pythonGH-137837) * the "plaintext" element * the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes" * optionally RAWTEXT (if scripting=True) element "noscript" (cherry picked from commit a17c57e) Co-authored-by: Serhiy Storchaka <[email protected]>
c58047d to
0fd03b2
Compare
|
Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.9. |
|
Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.11. |
|
Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to |
|
Thanks @miss-islington for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to |
|
Sorry, @miss-islington and @serhiy-storchaka, I could not cleanly backport this to |
…n HTMLParser (pythonGH-137837) (pythonGH-140842) * the "plaintext" element * the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes" * optionally RAWTEXT (if scripting=True) element "noscript" (cherry picked from commit a17c57e) (cherry picked from commit 0329bd1) Co-authored-by: Miss Islington (bot) <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-140850 is a backport of this pull request to the 3.12 branch. |
…n HTMLParser (pythonGH-137837) (pythonGH-140842) * the "plaintext" element * the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes" * optionally RAWTEXT (if scripting=True) element "noscript" (cherry picked from commit a17c57e) (cherry picked from commit 0329bd1) Co-authored-by: Miss Islington (bot) <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
…n HTMLParser (pythonGH-137837) (pythonGH-140842) * the "plaintext" element * the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes" * optionally RAWTEXT (if scripting=True) element "noscript" (cherry picked from commit a17c57e) (cherry picked from commit 0329bd1) Co-authored-by: Miss Islington (bot) <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-140853 is a backport of this pull request to the 3.10 branch. |
… HTMLParser (pythonGH-137837) (pythonGH-140842) * the "plaintext" element * the RAWTEXT elements "xmp", "iframe", "noembed" and "noframes" * optionally RAWTEXT (if scripting=True) element "noscript" (cherry picked from commit a17c57e) (cherry picked from commit 0329bd1) Co-authored-by: Miss Islington (bot) <[email protected]> Co-authored-by: Serhiy Storchaka <[email protected]>
|
GH-140857 is a backport of this pull request to the 3.9 branch. |
|
GH-140852 is a backport of this pull request to the 3.11 branch. |
(cherry picked from commit a17c57e)
Co-authored-by: Serhiy Storchaka [email protected]
📚 Documentation preview 📚: https://cpython-previews--140842.org.readthedocs.build/