Berker Peksag <berker.pek...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue32876>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to