aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools.txt
diff options
context:
space:
mode:
authorPJ Eby <distutils-sig@python.org>2005-12-01 01:45:39 +0000
committerPJ Eby <distutils-sig@python.org>2005-12-01 01:45:39 +0000
commit969bfb31eb9417ae67d5e78467aeef401dd9bb62 (patch)
tree84f39f9d9eb5bf53575fb2970aa8220141a0e91a /setuptools.txt
parent3e8747f6c55ed90706ce6ed9b01ba5503723f7ae (diff)
downloadexternal_python_setuptools-969bfb31eb9417ae67d5e78467aeef401dd9bb62.tar.gz
external_python_setuptools-969bfb31eb9417ae67d5e78467aeef401dd9bb62.tar.bz2
external_python_setuptools-969bfb31eb9417ae67d5e78467aeef401dd9bb62.zip
Made all commands that use ``easy_install`` respect its configuration
options, as this was causing some problems with ``setup.py install`` ignoring global site-dirs settings. --HG-- branch : setuptools extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041573
Diffstat (limited to 'setuptools.txt')
-rwxr-xr-xsetuptools.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/setuptools.txt b/setuptools.txt
index a0d444e1..610ad49a 100755
--- a/setuptools.txt
+++ b/setuptools.txt
@@ -2174,6 +2174,9 @@ Release Notes/Change History
requiring ``nose`` to run unit tests can make this dependency optional
unless the ``test`` command is run.
+ * Made all commands that use ``easy_install`` respect its configuration
+ options, as this was causing some problems with ``setup.py install``.
+
0.6a8
* Fixed some problems building extensions when Pyrex was installed, especially
with Python 2.4 and/or packages using SWIG.