cpython/Lib/distutils
Vinay Sajip 998b105c68 Closes #16116: Merged fix from 3.3. 2012-10-23 20:27:43 +01:00
..
command Closes #16116: Merged fix from 3.3. 2012-10-23 20:27:43 +01:00
tests Closes #16135: Removal of OS/2 support (distutils) 2012-10-11 01:20:12 +02:00
README
__init__.py Bump version to 3.4.0 alpha 0. 2012-09-29 09:34:13 +02:00
archive_util.py
bcppcompiler.py
ccompiler.py Closes #16135: Removal of OS/2 support (distutils) 2012-10-11 01:20:12 +02:00
cmd.py
config.py
core.py
cygwinccompiler.py Issue #15315: Support VS 2010 in distutils cygwincompiler. 2012-07-10 07:07:06 +02: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 Closes #16135: Removal of OS/2 support (distutils) 2012-10-11 01:20:12 +02:00
sysconfig.py Closes #16135: Removal of OS/2 support (distutils) 2012-10-11 01:20:12 +02:00
text_file.py
unixccompiler.py Issue #15184: Ensure consistent results of OS X configuration 2012-07-21 05:36:30 -07:00
util.py Closes #16135: Removal of OS/2 support (distutils) 2012-10-11 01:20:12 +02: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$