cpython/Lib/distutils
Christian Heimes 1fc8bd3710
gh-95853: Multiple ops and debug for wasm_build.py (#96744)
2022-09-11 09:51:23 +02:00
..
command gh-96628: remove deprecated and ignored arg of sysconfig.is_python_build() (GH-96629) 2022-09-07 00:24:34 +01:00
tests gh-95853: Multiple ops and debug for wasm_build.py (#96744) 2022-09-11 09:51:23 +02:00
README
__init__.py
_msvccompiler.py
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py bpo-47061: deprecate cgi and cgitb (GH-32410) 2022-04-08 17:15:35 -07:00
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py
spawn.py
sysconfig.py gh-92897: Ensure `venv --copies` respects source build property of the creating interpreter (GH-92899) 2022-07-05 16:08:20 +01:00
text_file.py
unixccompiler.py
util.py
version.py
versionpredicate.py

README

This directory contains the Distutils package.

There's a full documentation available at:

    https://docs.python.org/distutils/

The Distutils-SIG web page is also a good starting point:

    https://www.python.org/sigs/distutils-sig/

$Id$