cpython/Lib/distutils
doko@python.org d65e2bab3b - Issue #17086: Backport the patches from the 3.3 branch to cross-build
the package.
2013-01-31 23:52:03 +01:00
..
command Fix setup.py register failure with invalid rst in description (#13614). 2012-12-08 22:26:57 -05:00
tests Issue #13590: OS X Xcode 4 - improve support for universal extension modules 2013-01-31 01:24:55 -08:00
README
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py Remove code unneeded after f833e7ec4de1 2012-12-08 14:41:39 -05:00
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 #17086: Backport the patches from the 3.3 branch to cross-build 2013-01-31 23:52:03 +01:00
text_file.py
unixccompiler.py Issue #13590: OS X Xcode 4 - improve support for universal extension modules 2013-01-31 01:24:55 -08:00
util.py - Issue #17086: Backport the patches from the 3.3 branch to cross-build 2013-01-31 23:52:03 +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$