aboutsummaryrefslogtreecommitdiffstats
path: root/EasyInstall.txt
diff options
context:
space:
mode:
Diffstat (limited to 'EasyInstall.txt')
-rwxr-xr-xEasyInstall.txt4
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``.