cpython/Lib/distutils
Ned Deily b8da1a4fee Issue #25136: merge from 3.5 2016-02-25 00:59:16 +11:00
..
command Issue #25985: sys.version_info is now used instead of sys.version 2016-02-11 13:10:36 +02:00
tests Issue #25985: sys.version_info is now used instead of sys.version 2016-02-11 13:10:36 +02:00
README
__init__.py
_msvccompiler.py Issue #25850: Use cross-compilation by default for 64-bit Windows. 2016-01-16 12:39:10 -08:00
archive_util.py
bcppcompiler.py
ccompiler.py Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 2016-02-25 00:56:38 +11:00
cmd.py
config.py
core.py
cygwinccompiler.py Issue #25523: Correct "a" article to "an" article 2015-11-02 03:37:02 +00:00
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 Issue #25985: sys.version_info is now used instead of sys.version 2016-02-11 13:10:36 +02:00
text_file.py
unixccompiler.py Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries. 2016-02-25 00:56:38 +11:00
util.py subprocess._optim_args_from_interpreter_flags() 2016-01-18 12:15:08 +01:00
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$