0
0
mirror of https://github.com/python/cpython.git synced 2024-11-25 09:39:56 +01:00
cpython/Lib/distutils
2010-09-18 02:55:03 +00:00
..
command Fix typo in option name 2010-09-11 15:28:56 +00:00
tests Skip the distutils mode test on Windows OS. 2010-09-18 02:55:03 +00:00
__init__.py Bump to 3.2a2. 2010-09-05 08:30:40 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py Fix Issue2236: Distutils' mkpath implementation ignoring the "mode" parameter 2010-09-17 16:35:37 +00:00
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py
README
spawn.py
sysconfig.py
text_file.py
unixccompiler.py
util.py
version.py
versionpredicate.py

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$