cpython/Lib/distutils
Victor Stinner bf816223df Issue #12451: Add support.create_empty_file()
We don't need to create a temporary buffered binary or text file object just to
create an empty file.

Replace also os.fdopen(handle).close() by os.close(handle).
2011-06-30 23:25:47 +02:00
..
command Issue #10419, issue #6011: port 6ad356525381 fix from distutils to packaging 2011-05-19 15:18:36 +02:00
tests Issue #12451: Add support.create_empty_file() 2011-06-30 23:25:47 +02:00
README
__init__.py Bump to 3.2.1rc1. 2011-05-15 17:52:42 +02:00
archive_util.py
bcppcompiler.py
ccompiler.py
cmd.py
config.py
core.py Issue #12451: distutils now opens the setup script in binary mode to read the 2011-06-30 15:40:22 +02:00
cygwinccompiler.py
debug.py
dep_util.py
dir_util.py
dist.py
emxccompiler.py
errors.py
extension.py
fancy_getopt.py
file_util.py
filelist.py
log.py
msvc9compiler.py
msvccompiler.py
spawn.py Issue #9516: Change distutils to no longer globally attempt to check and 2011-06-28 19:44:24 -07:00
sysconfig.py Issue #9516: Change distutils to no longer globally attempt to check and 2011-06-28 19:44:24 -07:00
text_file.py
unixccompiler.py
util.py Issue #9516: avoid errors in sysconfig when MACOSX_DEPLOYMENT_TARGET is set in shell. 2011-05-15 16:46:11 +02:00
version.py
versionpredicate.py

README

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$