bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) (GH-25315)

This commit is contained in:
Petr Viktorin 2021-04-29 11:33:14 +02:00 committed by GitHub
parent 645ed62fb4
commit f6ee4dad58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 2849 additions and 144 deletions

View file

@ -58,6 +58,7 @@ reindent-rst.py Fix-up reStructuredText file whitespace
rgrep.py Reverse grep through a file (useful for big logfiles)
run_tests.py Run the test suite with more sensible default options
serve.py Small wsgiref-based web server, used in make serve in Doc
stable_abi.py Stable ABI checks and file generators.
suff.py Sort a list of files by suffix
texi2html.py Convert GNU texinfo files into HTML
untabify.py Replace tabs with spaces in argument files