This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author berker.peksag
Recipients berker.peksag, ezio.melotti, hanno, steven.daprano
Date 2018-08-23.18:31:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1535049113.33.0.56676864532.issue32876@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-08-23 18:31:53berker.peksagsetrecipients: + berker.peksag, ezio.melotti, steven.daprano, hanno
2018-08-23 18:31:53berker.peksagsetmessageid: <1535049113.33.0.56676864532.issue32876@psf.upfronthosting.co.za>
2018-08-23 18:31:53berker.peksaglinkissue32876 messages
2018-08-23 18:31:53berker.peksagcreate