projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4494101
)
Remove obsolete comment.
author
Fred Drake
<fdrake@acm.org>
Tue, 5 Jan 1999 20:53:43 +0000
(20:53 +0000)
committer
Fred Drake
<fdrake@acm.org>
Tue, 5 Jan 1999 20:53:43 +0000
(20:53 +0000)
Doc/tools/buildindex.py
patch
|
blob
|
history
diff --git
a/Doc/tools/buildindex.py
b/Doc/tools/buildindex.py
index 1d50825bebfc857d66faa09e1f143ea46d4215e4..6b1682f8c1a21247d3ebae09a4f9ff9b5383429d 100755
(executable)
--- 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 <tt>...</tt> markup; contents remain.
# build up the text
self.text = split_entry_text(str)
self.key = split_entry_key(str)