Commit aff90aa2 authored by Fred Drake's avatar Fred Drake

Mostly spurious change to ensure that everyone's version of this picks up the

execute bit.... problem discovered by Guido.
parent 324d8401
...@@ -16,6 +16,8 @@ import sys ...@@ -16,6 +16,8 @@ import sys
# Ench item in an entry is a tuple of: # Ench item in an entry is a tuple of:
# #
# Section #, Title String, Page #, List of Sub-entries # Section #, Title String, Page #, List of Sub-entries
#
# The return value of parse_toc() is such a tuple.
cline_re = r"""^ cline_re = r"""^
\\contentsline\ \{([a-z]*)} # type of section in $1 \\contentsline\ \{([a-z]*)} # type of section in $1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment