summaryrefslogtreecommitdiffstats
path: root/Doc/tools
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-05-14 20:07:10 (GMT)
committerFred Drake <fdrake@acm.org>1998-05-14 20:07:10 (GMT)
commit25d4e2873cdfbaa934001ab6a9bec95053696fb0 (patch)
treeb26aa110d83e06fd601b1f948a1b6126ec41bf97 /Doc/tools
parentf4fc476885dbc1b10d8d62736077397eff849024 (diff)
downloadcpython-25d4e2873cdfbaa934001ab6a9bec95053696fb0.zip
cpython-25d4e2873cdfbaa934001ab6a9bec95053696fb0.tar.gz
cpython-25d4e2873cdfbaa934001ab6a9bec95053696fb0.tar.bz2
Mostly spurious change to ensure that everyone's version of this picks up the
execute bit.... problem discovered by Guido.
Diffstat (limited to 'Doc/tools')
-rwxr-xr-xDoc/tools/toc2bkm.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/toc2bkm.py b/Doc/tools/toc2bkm.py
index ed78f36..0a17f46 100755
--- a/Doc/tools/toc2bkm.py
+++ b/Doc/tools/toc2bkm.py
@@ -16,6 +16,8 @@ import sys
# Ench item in an entry is a tuple of:
#
# Section #, Title String, Page #, List of Sub-entries
+#
+# The return value of parse_toc() is such a tuple.
cline_re = r"""^
\\contentsline\ \{([a-z]*)} # type of section in $1