mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
add_idx(): Restore message to stdout when formatting the general index.
This commit is contained in:
parent
2b8093ab96
commit
5a52519a6e
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ sub make_index_entry {
|
|||
|
||||
# use this instead with the buildindex.py tool
|
||||
sub add_idx{
|
||||
print "\nDoing the index ...";
|
||||
close(IDXFILE);
|
||||
my $index = `$myrootdir/tools/buildindex.py index.dat`;
|
||||
s/$idx_mark/$index/;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue