Files
cpython/Lib/distutils
Brett Cannon f299abdafa Issue #23731: Implement PEP 488.
The concept of .pyo files no longer exists. Now .pyc files have an
optional `opt-` tag which specifies if any extra optimizations beyond
the peepholer were applied.
2015-04-13 14:21:02 -04:00
..
2015-04-13 14:21:02 -04:00
2015-04-13 14:21:02 -04:00
2015-03-29 15:34:26 -07:00
2014-03-12 04:10:51 -04:00
2014-07-02 08:36:19 -04:00
2015-04-13 14:21:02 -04:00

This directory contains the Distutils package.

There's a full documentation available at:

    http://docs.python.org/distutils/

The Distutils-SIG web page is also a good starting point:

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

WARNING : Distutils must remain compatible with 2.3

$Id$