cpython/Lib/distutils
Amaury Forgeot d'Arc 61cb087359 Remove incorrect usages of map() in distutils.
Reported by Lisandro Dalcin.
2008-07-26 20:09:45 +00:00
..
command Remove incorrect usages of map() in distutils. 2008-07-26 20:09:45 +00:00
tests Merged revisions 63670 via svnmerge from 2008-05-26 11:51:44 +00:00
README
__init__.py Bumping to 3.0b2 2008-07-18 02:28:44 +00:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py Remove incorrect usages of map() in distutils. 2008-07-26 20:09:45 +00:00
config.py Merged revisions 63575 via svnmerge from 2008-05-26 17:01:57 +00:00
core.py
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py Remove incorrect usages of map() in distutils. 2008-07-26 20:09:45 +00:00
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py Remove incorrect usages of map() in distutils. 2008-07-26 20:09:45 +00:00
log.py
msvc9compiler.py #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
msvccompiler.py #2879: rename _winreg to winreg. 2008-05-25 07:45:51 +00:00
mwerkscompiler.py Remove incorrect usages of map() in distutils. 2008-07-26 20:09:45 +00:00
spawn.py
sysconfig.py Merged revisions 63955 via svnmerge from 2008-07-16 02:17:56 +00:00
text_file.py Remove incorrect usages of map() in distutils. 2008-07-26 20:09:45 +00:00
unixccompiler.py Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-65099,65127-65128,65131,65133-65136,65139,65149-65151,65155,65158-65159,65176-65178,65183-65184,65187-65190,65192,65194 via svnmerge from 2008-07-23 16:10:53 +00:00
util.py Merged revisions 63955 via svnmerge from 2008-07-16 02:17:56 +00:00
version.py
versionpredicate.py

README

This directory contains only a subset of the Distutils, specifically
the Python modules in the 'distutils' and 'distutils.command'
packages.  This is all you need to distribute and install Python
modules using the Distutils.  There is also a separately packaged
standalone version of the Distutils available for people who want to
upgrade the Distutils without upgrading Python, available from the
Distutils web page:

    http://www.python.org/sigs/distutils-sig/

The standalone version includes all of the code in this directory,
plus documentation, test scripts, examples, etc.

The Distutils documentation is divided into two documents, "Installing
Python Modules", which explains how to install Python packages, and
"Distributing Python Modules", which explains how to write setup.py
files.  Both documents are part of the standard Python documentation
set, and are available from http://www.python.org/doc/current/ .

        Greg Ward (gward@python.net)

$Id$