cpython/Lib/distutils
Serhiy Storchaka 26f1166510 Issue #17041: Fix testing when Python is configured with the
--without-doc-strings.
2013-01-27 20:03:39 +02:00
..
command Merge fixes for #13614, #13512 and #7719 from 3.2 2012-12-08 22:53:43 -05:00
tests Issue #17041: Fix testing when Python is configured with the 2013-01-27 20:03:39 +02:00
README
__init__.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
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py
spawn.py
sysconfig.py - Issue #15484: Fix _PYTHON_PROJECT_BASE for srcdir != builddir builds; 2013-01-25 14:33:33 +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:

    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$