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.
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:03 | admin | set | github: 40039 |
| 2004年03月16日 09:59:50 | kingswood | create | |