2 messages in org.python.python-bugs-list[ python-Bugs-917188 ] Allow HTMLPars...
FromSent OnAttachments
SourceForge.netMar 16, 2004 4:59 am 
SourceForge.netMar 18, 2004 9:18 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-917188 ] Allow HTMLParser to continue after a parse errorActions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 16, 2004 4:59:34 am
List:org.python.python-bugs-list

Bugs item #917188, was opened at 2004-03-16 09:59 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=917188&group_id=5470

Category: Python Library Group: Python 2.2.3 Status: Open Resolution: None Priority: 5 Submitted By: Frank Vorstenbosch (kingswood) Assigned to: Nobody/Anonymous (nobody) Summary: Allow HTMLParser to continue after a parse error

Initial Comment: Allows HTMLParser to continue after invoking error(). Normally, error() raises an HTMLParseError, but a user might want to override that behaviour and continue parsing. Places following calls to self.error() need some recovery code.

----------------------------------------------------------------------