cpython/Lib/distutils
Julien Malard 0afada163c bpo-34421 avoid unicode error in distutils logging (GH-8799)
This caused installation errors in some cases on Windows.
Patch by Julien Malard.
2018-09-08 16:31:26 -04:00
..
command bpo-34605: childs => children (GH-9102) 2018-09-07 18:13:10 +02:00
tests bpo-34530: Fix distutils find_executable() (GH-9049) 2018-09-04 11:01:09 +02:00
README
__init__.py
_msvccompiler.py
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py
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 bpo-34421 avoid unicode error in distutils logging (GH-8799) 2018-09-08 16:31:26 -04:00
msvc9compiler.py
msvccompiler.py
spawn.py bpo-34530: Fix distutils find_executable() (GH-9049) 2018-09-04 11:01:09 +02:00
sysconfig.py
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:

    http://docs.python.org/distutils/

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

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

WARNING : Distutils must remain compatible with 2.3

$Id$