Files
cpython/Lib/distutils
Giampaolo Rodola' 4a692ce5ec Minor cosmetic enhancement to provide a more readable repr()esentation of Extension instances:
- <distutils.extension.Extension at 0x2b2088b79b00>
+ <distutils.extension.Extension('_struct') at 0x2b2088b79b00>
2014-03-27 14:14:16 +01:00
..
2014-03-12 04:10:51 -04:00
2014-03-16 23:05:59 -07:00
2014-03-12 04:10:51 -04:00
2014-03-12 04:10:51 -04:00
2012-12-18 22:02:39 +02:00
2014-03-12 04:10:51 -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$