Issue 917188: Allow HTMLParser to continue after a parse error (original) (raw)
Issue917188
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) * ![]() |
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:03 | admin | set | github: 40039 |
2004-03-16 09:59:50 | kingswood | create |