0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Lib/distutils
Greg Ward cb18557de2 Revised docstring so 'sources' isn't necessarily all C/C++ files (to
accomodate SWIG interface files, resource files, etc.).
2000-06-24 00:18:24 +00:00
..
command Fix inspired by Rene Liebscher: if setup script is newer than the 2000-06-21 03:29:57 +00:00
__init__.py
archive_util.py
ccompiler.py Added 'preprocess()' method to CCompiler interface, and implemented 2000-06-21 02:58:46 +00:00
cmd.py
core.py Oops, import 'grok_environment_error()'. 2000-06-21 02:59:14 +00:00
cygwinccompiler.py Implementation of the CCompiler class for Cygwin and Mingw32, ie. the two 2000-06-21 03:33:03 +00:00
dep_util.py
dir_util.py
dist.py
errors.py
extension.py Revised docstring so 'sources' isn't necessarily all C/C++ files (to 2000-06-24 00:18:24 +00:00
fancy_getopt.py
file_util.py Bastian Kleineidam: 'copy_file()' now returns the output filename, rather 2000-06-23 01:42:40 +00:00
msvccompiler.py
README
spawn.py
sysconfig.py
text_file.py
unixccompiler.py Added 'preprocess()' method to CCompiler interface, and implemented 2000-06-21 02:58:46 +00:00
util.py 'get_platform()' now just returns 'sys.platform' on all platforms. 2000-06-18 15:45:55 +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$