summaryrefslogtreecommitdiff
path: root/EasyInstall.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2006-09-06 18:14:34 +0000
committerPJ Eby <distutils-sig@python.org>2006-09-06 18:14:34 +0000
commit346215d9cf66fa98203fa4cb803f2d60f6798c07 (patch)
treec285951f07397f7c65649223b234328ddceaa71d /EasyInstall.txt
parentc63bb77e4ccbeee217aeafca3a8b0efc812f8d82 (diff)
downloadpython-setuptools-git-346215d9cf66fa98203fa4cb803f2d60f6798c07.tar.gz
Support setuptools .egg being in current directory when bootstrapping on
an offline machine. Output what version/location is conflicting when a newer version of setuptools is requested. --HG-- branch : setuptools-0.6 extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4051778
Diffstat (limited to 'EasyInstall.txt')
-rwxr-xr-xEasyInstall.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt
index 8ebe5cf1..857d3827 100755
--- a/EasyInstall.txt
+++ b/EasyInstall.txt
@@ -1194,6 +1194,9 @@ Release Notes/Change History
* Windows script wrappers now support quoted arguments and arguments
containing spaces. (Patch contributed by Jim Fulton.)
+ * The ``ez_setup.py`` script now actually works when you put a setuptools
+ ``.egg`` alongside it for bootstrapping an offline machine.
+
0.6c1
* EasyInstall now includes setuptools version information in the
``User-Agent`` string sent to websites it visits.