Message44029
| Author |
smroid |
| Recipients |
| Date |
2003年06月17日.02:27:45 |
| SpamBayes Score |
| Marked as misclassified |
| Message-id |
| In-reply-to |
| Content |
The HTMLParser.error method raises HTMLParseError,
terminating the parse upon detection of a parse error.
This patch is to allow HTMLParser to continue parsing
if the error() method is overridden to not throw an
exception.
Doc impact is on the error() method. The existing
test_htmlparser.py unit test is unaffected by the patch.
The base file is HTMLParser.py, revision 1.11.2.1
|
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2007年08月23日 15:27:45 | admin | link | issue755660 messages |
| 2007年08月23日 15:27:45 | admin | create |
|