]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Re-factor the HTMLParser class to use the new markupbase.ParserBase class.
authorFred Drake <fdrake@acm.org>
Mon, 24 Sep 2001 20:10:28 +0000 (20:10 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 24 Sep 2001 20:10:28 +0000 (20:10 +0000)
commitbfc8fea1e0c46bc0a337237c32b8c1a32985c144
treecb7cdb2a70027f78c350125d3593249df7adb548
parent1cffd5ccff4f4fed205d9257f279f954ee127685
Re-factor the HTMLParser class to use the new markupbase.ParserBase class.
Use a new internal method, error(), consistently to raise parse errors;
the new base class also uses this.
Lib/HTMLParser.py