Ignore:
Timestamp:
Mar 19, 2014, 11:31:01 PM (11 years ago)
Author:
dmik
Message:

python: Merge vendor 2.7.6 to trunk.

Location:
python/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • python/trunk

  • python/trunk/Lib/distutils/README

    r2 r391  
    1 This directory contains only a subset of the Distutils, specifically
    2 the Python modules in the 'distutils' and 'distutils.command'
    3 packages.  This is all you need to distribute and install Python
    4 modules using the Distutils.  There is also a separately packaged
    5 standalone version of the Distutils available for people who want to
    6 upgrade the Distutils without upgrading Python, available from the
    7 Distutils web page:
     1This directory contains the Distutils package.
     2
     3There's a full documentation available at:
     4
     5    http://docs.python.org/distutils/
     6
     7The Distutils-SIG web page is also a good starting point:
    88
    99    http://www.python.org/sigs/distutils-sig/
    1010
    11 The standalone version includes all of the code in this directory,
    12 plus documentation, test scripts, examples, etc.
     11WARNING : Distutils must remain compatible with 2.3
    1312
    14 The Distutils documentation is divided into two documents, "Installing
    15 Python Modules", which explains how to install Python packages, and
    16 "Distributing Python Modules", which explains how to write setup.py
    17 files.  Both documents are part of the standard Python documentation
    18 set, and are available from http://www.python.org/doc/current/ .
    19 
    20         Greg Ward (gward@python.net)
    21 
    22 $Id: README 29650 2002-11-13 13:26:59Z akuchling $
     13$Id$
Note: See TracChangeset for help on using the changeset viewer.