]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Avoid using os.path.normcase() on sys.path elements; doing so causes paths
authorFred Drake <fdrake@acm.org>
Mon, 2 Jul 2001 16:56:09 +0000 (16:56 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Jul 2001 16:56:09 +0000 (16:56 +0000)
commit13928bef7d6e3a7346946249f0441f61e64fc560
tree70bd00372753e4fd1f995404837c0e19695d776c
parent3bf02955cebfe8fefd6f62d21ac8b3cca27e424d
Avoid using os.path.normcase() on sys.path elements; doing so causes paths
to be presented in an unfamiliar case on case-preserving filesystems.

This closes SF patch #436173.
Lib/site.py