From 49b4d1917235d637581b1531ae205ee38899b8af Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 8 Sep 2004 22:58:36 +0000 Subject: remove unnecessary override of base class method --- Lib/HTMLParser.py | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/Lib/HTMLParser.py b/Lib/HTMLParser.py index 553e842..8380466 100644 --- a/Lib/HTMLParser.py +++ b/Lib/HTMLParser.py @@ -208,19 +208,6 @@ class HTMLParser(markupbase.ParserBase): i = self.updatepos(i, n) self.rawdata = rawdata[i:] - # Internal -- parse comment, return end or -1 if not terminated - def parse_comment(self, i, report=1): - rawdata = self.rawdata - assert rawdata[i:i+4] == '