Message 44029 - Python tracker

Message44029

Author smroid
Recipients
Date 2003-06-17.02:27:45
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The HTMLParser.error method raises HTMLParseError,
terminating the parse upon detection of a parse error.

This patch is to allow HTMLParser to continue parsing
if the error() method is overridden to not throw an
exception.

Doc impact is on the error() method. The existing
test_htmlparser.py unit test is unaffected by the patch.

The base file is HTMLParser.py, revision 1.11.2.1
History
Date User Action Args
2007-08-23 15:27:45adminlinkissue755660 messages
2007-08-23 15:27:45admincreate