diff options
| author | PJ Eby <distutils-sig@python.org> | 2007-10-08 11:49:52 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2007-10-08 11:49:52 +0000 |
| commit | a3a96aed765e2cc401b8dc555bd0e925c9d9a685 (patch) | |
| tree | 05a1605d962d8093c19d025f190ac4eb3e3cf590 /EasyInstall.txt | |
| parent | dd4feba843d52e18963653b06daeba0c0ad717ed (diff) | |
| download | external_python_setuptools-a3a96aed765e2cc401b8dc555bd0e925c9d9a685.tar.gz external_python_setuptools-a3a96aed765e2cc401b8dc555bd0e925c9d9a685.tar.bz2 external_python_setuptools-a3a96aed765e2cc401b8dc555bd0e925c9d9a685.zip | |
Prevent ``--help-commands`` and other junk from showing under Python 2.5
when running ``easy_install --help``. (backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4058374
Diffstat (limited to 'EasyInstall.txt')
| -rwxr-xr-x | EasyInstall.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/EasyInstall.txt b/EasyInstall.txt index f8f5ca57..ab7026cd 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1233,6 +1233,10 @@ displayed MD5 info (broken onto two lines for readability):: Release Notes/Change History ============================ +0.6final + * Prevent ``--help-commands`` and other junk from showing under Python 2.5 + when running ``easy_install --help``. + 0.6c7 * ``ftp:`` download URLs now work correctly. |
