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.

classification
Title: Allow HTMLParser to continue after a parse error
Type: Stage:
Components: Library (Lib) Versions: Python 2.2
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: doerwalter, kingswood
Priority: normal Keywords:

Created on 2004-03-16 09:59 by kingswood, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg20246 - (view) Author: Frank Vorstenbosch (kingswood) Date: 2004-03-16 09:59
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.
msg20247 - (view) Author: Walter Dörwald (doerwalter) * (Python committer) Date: 2004-03-18 14:18
Logged In: YES 
user_id=89016

This is a duplicate of #736428. Closed.
History
Date User Action Args
2022-04-11 14:56:03adminsetgithub: 40039
2004-03-16 09:59:50kingswoodcreate