cpython/Lib/distutils
Senthil Kumaran b1b6555244 Merged revisions 84889 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84889 | senthil.kumaran | 2010-09-19 08:39:54 +0530 (Sun, 19 Sep 2010) | 3 lines

  Update the test_distutils mode test to test with umask value properly.
........
2010-09-19 03:12:35 +00:00
..
command Merged revisions 84711 via svnmerge from 2010-09-11 15:30:19 +00:00
tests Merged revisions 84889 via svnmerge from 2010-09-19 03:12:35 +00:00
README
__init__.py version becomes 3.1.2 2010-03-20 20:47:27 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py Merged revisions 77427 via svnmerge from 2010-01-11 23:23:44 +00:00
cmd.py
config.py
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py Merged revisions 84861 via svnmerge from 2010-09-17 16:42:05 +00:00
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py Merged revisions 81359-81361 via svnmerge from 2010-05-19 20:30:19 +00:00
msvc9compiler.py Merged revisions 82131 via svnmerge from 2010-06-21 15:42:48 +00:00
msvccompiler.py
spawn.py
sysconfig.py Issue #8447: Make distutils.sysconfig follow symlinks in the path to 2010-08-03 21:33:04 +00:00
text_file.py
unixccompiler.py Merged revisions 82273 via svnmerge from 2010-06-27 12:40:35 +00:00
util.py Fix for issue 9164 2010-07-11 09:29:09 +00: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$