cpython/Lib/distutils
Greg Ward 7ec053544c Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing
up when the pathname starts with '/', which is needed when converting
installation directories in the "install" command.
2000-09-22 01:05:43 +00:00
..
command Set the 'nt' installation scheme for the install command even if run 2000-09-19 11:10:23 +00:00
__init__.py
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py In 'reinitialize_subcommand()', pass 'reinit_subcommands' flag on to the 2000-09-16 15:25:55 +00:00
core.py
cygwinccompiler.py
dep_util.py
dir_util.py
dist.py Remove some debugging output from the last change. 2000-09-16 15:27:17 +00:00
errors.py
extension.py Added 'read_setup_file()' to read old-style Setup files. Could make life 2000-09-17 00:45:18 +00:00
fancy_getopt.py
file_util.py
filelist.py
msvccompiler.py *Very* belated application of Thomas Heller's patch to handle 2000-09-19 23:56:43 +00:00
README
spawn.py
sysconfig.py Added 'expand_makefile_vars()' to (duh) expand make-style variables 2000-09-17 00:53:02 +00:00
text_file.py Changed so lines that are all comment (or just whitespace + comment) 2000-09-16 18:33:36 +00:00
unixccompiler.py
util.py Fix 'convert_path()' so it returns immediately under Unix -- prevents blowing 2000-09-22 01:05:43 +00:00
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$