[Patches] [ python-Patches-436173 ] site.py shouldn't normcase() agressively

noreply@sourceforge.net noreply@sourceforge.net
Mon, 02 Jul 2001 09:38:35 -0700


Patches item #436173, was opened at 2001-06-25 12:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=436173&group_id=5470

Category: library
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Fred L. Drake, Jr. (fdrake)
Assigned to: Fred L. Drake, Jr. (fdrake)
Summary: site.py shouldn't normcase() agressively

Initial Comment:
The site module should not be using the normcase()
version of directory names as the final result in
sys.path; this patch only uses the normcase() version
for comparisons, but not sys.path contents.  The
intention is to allow Windows and MacOS users to see
the paths as they would in their native filesystem tools.


----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2001-07-02 09:38

Message:
Logged In: YES 
user_id=31435

Full speed ahead.  Doubt it will hurt on Windows, but if it 
does it's more efficient to check in a fix myself 
afterwards than to test the patch first <0.7 wink>.


----------------------------------------------------------------------

Comment By: Jack Jansen (jackjansen)
Date: 2001-07-02 04:42

Message:
Logged In: YES 
user_id=45365

It works fine on the Mac. I'll assign it back to Fred,
because I don't know whether it
also needs to be double-checked on Windows (or has that been
done already?).


----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=305470&aid=436173&group_id=5470