diff options
| author | iElectric <none@none> | 2012-04-16 12:46:12 +0200 |
|---|---|---|
| committer | iElectric <none@none> | 2012-04-16 12:46:12 +0200 |
| commit | b35960c77a05217ed4db1e7e9ec86570f4e9b6dc (patch) | |
| tree | 24ae87fee0544417745dc78b6fa76facc54a501e /CHANGES.txt | |
| parent | 0f29131df992aff401a8157931e419570826acaa (diff) | |
| download | python-setuptools-git-b35960c77a05217ed4db1e7e9ec86570f4e9b6dc.tar.gz | |
In the bootstrap script, don't attempt to write the setuptools egg info if write permission isn't available. Fixes #231.
--HG--
branch : distribute
extra : rebase_source : 2815a510842f63905a58f6e446b3889a81944299
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 5e918760..f6bece74 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,12 @@ CHANGES ======= ------ +0.6.27 +------ + +* Issue #231: Don't fiddle with system python when used with buildout (bootstrap.py) + +------ 0.6.26 ------ |
