]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove option to strip out <tt>...</tt> from index entry text; this is now
authorFred Drake <fdrake@acm.org>
Wed, 8 Apr 1998 23:10:54 +0000 (23:10 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 8 Apr 1998 23:10:54 +0000 (23:10 +0000)
commit166abbabf9eb2c5198abc37a783d5d6a007742c3
tree871a95d3b7b59497526fa5781ec6b8da5c75c29a
parentae2be7144db80b558bcbf8fc1e96556a4e7602b9
Remove option to strip out <tt>...</tt> from index entry text; this is now
left to the buildindex.py script.

Change the field separator used in the index.dat file so utilities like grep
are useful on these files; they can't typically handle NUL bytes.

Protect index entries for environment variables from being handled as
case-insensitive by buildindex.py.
Doc/perl/python.perl