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 18, 2004 9:18:03 am
List:org.python.python-bugs-list

Bugs item #917188, was opened at 2004-03-16 10:59 Message generated for change (Comment added) made by doerwalter 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: Closed Resolution: Duplicate

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.

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

Comment By: Walter D?rwald (doerwalter)

Date: 2004-03-18 15:18

Message: Logged In: YES user_id=89016

This is a duplicate of #736428. Closed.

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