diff options
| author | PJ Eby <distutils-sig@python.org> | 2005-11-09 03:30:43 +0000 |
|---|---|---|
| committer | PJ Eby <distutils-sig@python.org> | 2005-11-09 03:30:43 +0000 |
| commit | f13f9923afdc0c7ed240029c32c0c80778989b43 (patch) | |
| tree | 2eef62571e098563287953afbdb5a641b1520ec3 /pkg_resources.txt | |
| parent | 3368e436b0158590a545b86689106692a01ac267 (diff) | |
| download | external_python_setuptools-f13f9923afdc0c7ed240029c32c0c80778989b43.tar.gz external_python_setuptools-f13f9923afdc0c7ed240029c32c0c80778989b43.tar.bz2 external_python_setuptools-f13f9923afdc0c7ed240029c32c0c80778989b43.zip | |
Record case-insensitivity fix.
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041411
Diffstat (limited to 'pkg_resources.txt')
| -rwxr-xr-x | pkg_resources.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg_resources.txt b/pkg_resources.txt index c58f63f8..e62ed25f 100755 --- a/pkg_resources.txt +++ b/pkg_resources.txt @@ -1498,6 +1498,8 @@ Release Notes/Change History * Avoid giving runtime conflict warnings for namespace packages, even if they were declared by a different package than the one currently being activated. + * Fix path insertion algorithm for case-insensitive filesystems. + 0.6a6 * Activated distributions are now inserted in ``sys.path`` (and the working set) just before the directory that contains them, instead of at the end. |
