]> granicus.if.org Git - python/commit
write_idxfile(): New function. Isolate format of the external index
authorFred Drake <fdrake@acm.org>
Tue, 5 Jan 1999 22:16:29 +0000 (22:16 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 5 Jan 1999 22:16:29 +0000 (22:16 +0000)
commitccc627200a371ab0b0372c960b27ff792d4642f6
treef0ebbd80b221f4fd1d630f9c4a31d96600237758
parent02e18b4b84a5b8d7c085a2dec1c74ce88ca4a2cb
write_idxfile():  New function.  Isolate format of the external index
data file used by buildindex.py.

next_argument_id():  Removed; no longer used.

next_argument():  Doesn't use next_argument_id(), just does the work.

gen_target(), gen_target_name():  Removed, no longer used.  The only
place that used them now does the (trivial) work directly.

Lots of little changes so we never have to pass around $br_id values
all over the place.  The only places they're used now new IDs are
generated as needed.
Doc/perl/python.perl