cpython/Lib/distutils
Tarek Ziadé 3bb5a9642b fixed the test for win32 CompileError 2009-03-31 22:47:01 +00:00
..
command catching msvc9compiler error as well 2009-03-31 22:44:10 +00:00
tests fixed the test for win32 CompileError 2009-03-31 22:47:01 +00:00
README Issue #5052: make Distutils compatible with 2.3 again. 2009-02-27 12:53:34 +00:00
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py using log.warn for sys.stderr 2009-03-31 20:48:31 +00:00
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
emxccompiler.py
errors.py
extension.py #5583 Added optional Extensions in Distutils 2009-03-31 22:27:23 +00:00
fancy_getopt.py
file_util.py
filelist.py
log.py using log.warn for sys.stderr 2009-03-31 20:48:31 +00:00
msvc9compiler.py Issue #5394: removed > 2.3 syntax from distutils.msvc9compiler 2009-03-07 00:32:45 +00:00
msvccompiler.py
spawn.py
sysconfig.py
text_file.py
unixccompiler.py
util.py
version.py Fix typo. 2009-03-28 00:48:48 +00:00
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$