diff options
author | PJ Eby <distutils-sig@python.org> | 2008-03-10 17:02:32 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2008-03-10 17:02:32 +0000 |
commit | 005e04d61453acbf4ce1b6c244bda2f4e97989ca (patch) | |
tree | c51fbd386c10d5cb1ef0feaa63363c7c486f96fe /EasyInstall.txt | |
parent | 601add2805c394928b7dd9d2156d24508a9bddb6 (diff) | |
download | external_python_setuptools-005e04d61453acbf4ce1b6c244bda2f4e97989ca.tar.gz external_python_setuptools-005e04d61453acbf4ce1b6c244bda2f4e97989ca.tar.bz2 external_python_setuptools-005e04d61453acbf4ce1b6c244bda2f4e97989ca.zip |
Fixed ``win32.exe`` support for .pth files, so unnecessary directory
nesting is flattened out in the resulting egg. (There was a
case-sensitivity problem that affected some distributions, notably
``pywin32``.)
(backport from trunk)
--HG--
branch : setuptools-0.6
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/branches/setuptools-0.6%4061342
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 fc6c1ef3..d86462d9 100755 --- a/EasyInstall.txt +++ b/EasyInstall.txt @@ -1234,6 +1234,10 @@ Release Notes/Change History ============================ 0.6final + * Fixed ``win32.exe`` support for .pth files, so unnecessary directory nesting + is flattened out in the resulting egg. (There was a case-sensitivity + problem that affected some distributions, notably ``pywin32``.) + * Prevent ``--help-commands`` and other junk from showing under Python 2.5 when running ``easy_install --help``. |