cpython/Lib/distutils
Serhiy Storchaka 885bdc4946 Issue #25985: sys.version_info is now used instead of sys.version
to format short Python version.
2016-02-11 13:10:36 +02: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 merge 3.4 2015-09-12 17:21:16 -07: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 Issue #4214: Remove ineffectual /pdb:none option from msvc9compiler.py 2015-08-07 19:48:26 -07:00
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
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$