cpython/Lib/distutils
Andrew MacIntyre 4104db39b8 - comment improvement
- implement viable library search routine for EMX
2002-08-04 06:21:25 +00:00
..
command Recompiled the exe and updated bdist_wininst.py. 2002-07-29 12:11:18 +00:00
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
core.py
cygwinccompiler.py Add implementation of _compile() and use default compile() method. 2002-06-18 18:48:55 +00:00
dep_util.py
dir_util.py
dist.py
emxccompiler.py - comment improvement 2002-08-04 06:21:25 +00:00
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvccompiler.py Define NDEBUG for releae builds, just like Python. 2002-06-18 19:08:40 +00:00
mwerkscompiler.py The standard definition file is now called mwerks_shcarbon_plugin.h. 2002-06-27 22:10:19 +00:00
README
spawn.py
sysconfig.py Well, Fred never did explain why the code to determine whether the 2002-07-12 09:16:44 +00:00
text_file.py
unixccompiler.py Add implementation of _compile() and use default compile() method. 2002-06-18 18:48:55 +00:00
util.py
version.py

This directory contains only a subset of the Distutils, specifically the
Python modules in the 'distutils' and 'distutils.command' packages.
Technically, this is all you need to distribute and install Python modules
using the Distutils.  Most people will want some documentation and other
help, though.  Currently, everything can be found at the Distutils web page:

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

From there you can access the latest documentation, or download a standalone
Distutils release that includes all the code in this directory, plus
documentation, test scripts, examples, etc.

The Distutils documentation isn't yet part of the standard Python
documentation set, but will be soon.

        Greg Ward (gward@python.net)

$Id$