]> 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>
Wed, 26 Dec 2001 19:55:14 +0000 (19:55 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 26 Dec 2001 19:55:14 +0000 (19:55 +0000)
commit3d422662ad7f2783b5864704e233d717500efd6f
tree9118c3ab80f8ccd0423705ce811321ef469f5ca8
parentef338ec5f9f3d99761d0583f96be8aa4570dd51f
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