Files
cpython/Lib/distutils
Ronald Oussoren cd17213e8e Two small fixes for the support for SDKs on MacOSX:
1) The code that checks if an path should be located in the SDK
   explicitly excludes /usr/local. This fixes issue9046

2) The SDK variant for filtering "db_dirs_to_check" in setup.py
   was not doing anything because of a missing assignment.
2010-06-27 12:36:16 +00:00
..
2010-06-21 15:57:57 +00:00
2010-01-23 09:23:15 +00:00
2009-12-21 01:22:46 +00:00
2010-01-23 09:23:15 +00:00
2009-10-28 06:45:18 +00:00
2009-03-28 00:48:48 +00:00
2005-03-28 01:08:02 +00: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$