At 12:41 PM 11/18/2006 -0500, Alexander Michael wrote: >It looks like SetupTools now attempts to lower case everything, but >doesn't in the case of an explicit install. Bug or feature?
Neither; it's a meaningless quirk caused by the fact that easy_install doesn't case-normalize egg paths supplied via the command line. (Virtually everything else it does is with paths that are "absolutized" and case-normalized.) It doesn't cause any problems, if that's what you're wondering. _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
