diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-14 20:07:10 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-14 20:07:10 (GMT) |
commit | 25d4e2873cdfbaa934001ab6a9bec95053696fb0 (patch) | |
tree | b26aa110d83e06fd601b1f948a1b6126ec41bf97 /Doc/tools | |
parent | f4fc476885dbc1b10d8d62736077397eff849024 (diff) | |
download | cpython-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-x | Doc/tools/toc2bkm.py | 2 |
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 |