[issue32876] HTMLParser raises exception on some inputs

Berker Peksag report at bugs.python.org
Thu Aug 23 14:31:53 EDT 2018


Berker Peksag <berker.peksag at gmail.com> added the comment:

Issue 34480 is another relevant issue. The HTMLParse method doesn't have an error() method and it doesn't raise any exceptions, but its base class still does. I think there is a compatibility problem between html.parser.HTMLParser() and _markupbase.ParserBase() classes. See https://bugs.python.org/msg323966 for more details about this.

----------
nosy: +berker.peksag

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32876>
_______________________________________


More information about the Python-bugs-list mailing list