mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
e7e105f51b
When calling .close() the HTMLParser should flush all remaining content,
even when that content is in an unclosed script or style tag.
(cherry picked from commit 53383e90e4)
Co-authored-by: Waylan Limberg <waylan.limberg@icloud.com>