cpython
cpython copied to clipboard
gh-118350: Add escapable-raw-text mode to html parser
escapable raw text elements are not handled in the current HTMLParser implementation.
This PR extends the existing parser with an additional mode to handle this correctly.
- Issue: gh-118350