diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-09-06 19:44:57 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-09-06 19:44:57 +0000 |
| commit | fb472900270ef7d949f99c0c7fa42de9d3d18278 (patch) | |
| tree | 9ed70486e41e1f9efd425e2b75cec834af576b8d /EasyInstall.txt | |
| parent | 346215d9cf66fa98203fa4cb803f2d60f6798c07 (diff) | |
| download | python-setuptools-git-fb472900270ef7d949f99c0c7fa42de9d3d18278.tar.gz | |
Don't check installation directory writability and site/.pth setup when
using --editable.
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051782
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 857d3827..a404069b 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1197,6 +1197,9 @@ Release Notes/Change History * The ``ez_setup.py`` script now actually works when you put a setuptools ``.egg`` alongside it for bootstrapping an offline machine. + * A writable installation directory on ``sys.path`` is no longer required to + download and extract a source distribution using ``--editable``. + 0.6c1 * EasyInstall now includes setuptools version information in the ``User-Agent`` string sent to websites it visits. |
