Staging
v0.5.1
https://github.com/python/cpython
Revision 1c1d1e2baec5b44f40892d1691f84e7d33296b62 authored by Raymond Hettinger on 18 May 2014, 19:04:01 UTC, committed by Raymond Hettinger on 18 May 2014, 19:04:01 UTC
1 parent f6cc6e6
Raw File
Tip revision: 1c1d1e2baec5b44f40892d1691f84e7d33296b62 authored by Raymond Hettinger on 18 May 2014, 19:04:01 UTC
Don't grow strings by concatenation. Use ''.join() instead.
Tip revision: 1c1d1e2
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$
back to top