]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make this do the right thing with entries which start with the percent sign,
authorFred Drake <fdrake@acm.org>
Fri, 28 Dec 2001 04:36:14 +0000 (04:36 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 28 Dec 2001 04:36:14 +0000 (04:36 +0000)
commit3677d7e034a031f61b7ca507098b2190d18addef
tree2614805bd2747353fc0eb14e94127d0cf7c43735
parent10040499dff1cce59594f097369f407ff5a41ea5
Make this do the right thing with entries which start with the percent sign,
in response to Skip's comments in SF bug #487165.

Make use of string methods instead of string module functions in most places.
Add (and make the default) a way to collapse symbol entries into a single
"Symbols" section in the generated index.  This is similar to what makeindex
does, but does not include entries beginning with an underscore.
Doc/tools/buildindex.py