From: Fred Drake Date: Tue, 5 Jan 1999 20:53:43 +0000 (+0000) Subject: Remove obsolete comment. X-Git-Tag: v1.5.2b2~455 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26f0f656534ef7eb6ec970b5fa02bf811e752748;p=thirdparty%2FPython%2Fcpython.git Remove obsolete comment. --- diff --git a/Doc/tools/buildindex.py b/Doc/tools/buildindex.py index 1d50825bebfc..6b1682f8c1a2 100755 --- a/Doc/tools/buildindex.py +++ b/Doc/tools/buildindex.py @@ -16,7 +16,6 @@ class Node: self.seqno = seqno # remove <#\d+#> left in by moving the data out of LaTeX2HTML str = self.__rmjunk.sub('', str) - # now remove ... markup; contents remain. # build up the text self.text = split_entry_text(str) self.key = split_entry_key(str)