Description
Provides a Python 3 port of the older sgmllib parser interface for software that still expects it. It helps legacy code continue parsing SGML-like or simple HTML-like text after the original module disappeared from modern Python.
This is a compatibility library, not a full modern HTML parser. Use newer parsing libraries for new applications, especially when handling malformed or untrusted web content.