diff options
| author | Reinout van Rees <reinout@vanrees.org> | 2009-10-14 14:39:55 +0200 |
|---|---|---|
| committer | Reinout van Rees <reinout@vanrees.org> | 2009-10-14 14:39:55 +0200 |
| commit | dd2b4ffb2f582bf8270c0ceed490bf035a9e553b (patch) | |
| tree | d36166d4eaf3131aa1d204c81ad6335e535a038f /CHANGES.txt | |
| parent | f0daab74fc160d92ff534af1097c892140f6a46b (diff) | |
| download | python-setuptools-git-dd2b4ffb2f582bf8270c0ceed490bf035a9e553b.tar.gz | |
Distribute no longer shadows setuptools if we require a 0.7-series
setuptools.
Added _override_setuptools() checker method and calling it in two places that checks whether we request a setuptools from the 0.7 series. Including test.
--HG--
branch : distribute
extra : rebase_source : 51c89e02721de2e31c9392d1ead76ac1e828810c
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e92f9cbf..73a10b36 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -6,6 +6,9 @@ CHANGES 0.6.5 ----- +* Distribute no longer shadows setuptools if we require a 0.7-series + setuptools. + * When run from within buildout, no attempt is made to modify an existing setuptools egg, whether in a shared egg directory or a system setuptools. |
