summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-11-29 09:55:28 -0500
committerJason R. Coombs <jaraco@jaraco.com>2011-11-29 09:55:28 -0500
commit70177237f6549f0647b490b2dc6a06ff14f0b321 (patch)
treec9b4cd0cf6ec0af3ed4624fe07ebf2e1f98fa370 /CHANGES.txt
parent7ee58aa10f38d16c8e2525509b4cb24a11f8f6b3 (diff)
downloadpython-setuptools-git-70177237f6549f0647b490b2dc6a06ff14f0b321.tar.gz
distribute_setup.py now accepts the --user argument for installing to the user-local environment on Python 2.6 and later. Fixes #260.
--HG-- branch : distribute extra : rebase_source : 7435c8b7f4d8eb6308cf7d5d9578f79c91f6b18b
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index a44b0481..b857227d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,6 +7,8 @@ CHANGES
------
* Issue #258: Workaround a cache issue
+* Issue #260: distribute_setup.py now accepts the --user parameter for
+ Python 2.6 and later.
------
0.6.24