From: Guido van Rossum Date: Thu, 22 Jun 1995 18:46:12 +0000 (+0000) Subject: support , remove
X-Git-Tag: v1.3b1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2d95706f689876c930f3fc130df7da273569d52d;p=thirdparty%2FPython%2Fcpython.git support , remove
--- diff --git a/Lib/htmllib.py b/Lib/htmllib.py index fe2a0cbc2980..10ca81063c7c 100644 --- a/Lib/htmllib.py +++ b/Lib/htmllib.py @@ -98,10 +98,9 @@ class CollectingParser(HTMLParser): self.handle_data('[' + `self.inanchor` + ']') self.inanchor = 0 # - def start_header(self, attrs): pass - def end_header(self): pass + def start_html(self, attrs): pass + def end_html(self): pass # - # (head is the same as header) def start_head(self, attrs): pass def end_head(self): pass #