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 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