cpython/Lib/html
Serhiy Storchaka 6eb6c5dbfb
gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464)
End-of-file errors are now handled according to the HTML5 specs --
comments and declarations are automatically closed, tags are ignored.
2025-06-13 19:57:48 +03:00
..
__init__.py
entities.py
parser.py gh-135462: Fix quadratic complexity in processing special input in HTMLParser (GH-135464) 2025-06-13 19:57:48 +03:00