cpython/Lib/distutils
Éric Araujo e64052176d Merge follow-up for #11254 and other changes from 3.2 2011-11-03 05:17:11 +01:00
..
command Merge follow-up for #11254 and other changes from 3.2 2011-11-03 05:17:11 +01:00
tests Merge follow-up for #11254 and other changes from 3.2 2011-11-03 05:17:11 +01:00
README
__init__.py Bump to 3.2.2. 2011-09-03 11:17:55 +02:00
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 Closes #13258: Use callable() built-in in the standard library. 2011-10-28 14:45:05 +02:00
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py normalize whitespace in Lib/distutils/msvc9compiler.py 2011-10-17 11:35:31 +11:00
msvccompiler.py
spawn.py
sysconfig.py Fix distutils.sysconfig.get_makefile_filename when prefix != exec-prefix 2011-10-08 01:56:52 +02:00
text_file.py
unixccompiler.py
util.py Fix docstring of distutils.util.byte_compile (followup for #11254) 2011-10-08 03:02:37 +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$