From 25d4e2873cdfbaa934001ab6a9bec95053696fb0 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 14 May 1998 20:07:10 +0000 Subject: Mostly spurious change to ensure that everyone's version of this picks up the execute bit.... problem discovered by Guido. --- Doc/tools/toc2bkm.py | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v0.12