From: Fred Drake Date: Wed, 8 Sep 2004 22:58:36 +0000 (+0000) Subject: remove unnecessary override of base class method X-Git-Tag: v2.4b1~317 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=49b4d1917235d637581b1531ae205ee38899b8af;p=python remove unnecessary override of base class method --- diff --git a/Lib/HTMLParser.py b/Lib/HTMLParser.py index 553e8427cc..8380466e33 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] == '