[Python-checkins] commit of r41411 - sandbox/trunk/setuptools

phillip.eby@python.org phillip.eby at python.org
Wed Nov 9 04:30:44 CET 2005


Author: phillip.eby
Date: Wed Nov  9 04:30:43 2005
New Revision: 41411

Modified:
   sandbox/trunk/setuptools/pkg_resources.txt
Log:
Record case-insensitivity fix.


Modified: sandbox/trunk/setuptools/pkg_resources.txt
==============================================================================
--- sandbox/trunk/setuptools/pkg_resources.txt	(original)
+++ sandbox/trunk/setuptools/pkg_resources.txt	Wed Nov  9 04:30:43 2005
@@ -1498,6 +1498,8 @@
  * 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.


More information about the Python-checkins mailing list