diff options
| author | PJ Eby <distutils-sig@python.org> | 2006-06-09 17:56:34 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2006-06-09 17:56:34 +0000 |
| commit | 977692d0a929ef4d03b8f9181f2c29fa1fbdd57e (patch) | |
| tree | 46e29bdd0ee6b03d957934db892549155e27f6a6 /EasyInstall.txt | |
| parent | 455c461299b6527ef7cab98e6f95666118a8e22e (diff) | |
| download | external_python_setuptools-977692d0a929ef4d03b8f9181f2c29fa1fbdd57e.tar.gz external_python_setuptools-977692d0a929ef4d03b8f9181f2c29fa1fbdd57e.tar.bz2 external_python_setuptools-977692d0a929ef4d03b8f9181f2c29fa1fbdd57e.zip | |
Fix mysterious errors during initial setuptools install, caused by
ez_setup trying to run easy_install twice, due to a code fallthru
after deleting the egg from which it's running.
(merge from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4046789
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index 4263c4ff..0fef81b6 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1101,6 +1101,10 @@ Release Notes/Change History * Fix sometimes not detecting local packages installed outside of "site" directories. + * Fix mysterious errors during initial ``setuptools`` install, caused by + ``ez_setup`` trying to run ``easy_install`` twice, due to a code fallthru + after deleting the egg from which it's running. + 0.6b2 * Don't install or update a ``site.py`` patch when installing to a ``PYTHONPATH`` directory with ``--multi-version``, unless an |
