]> granicus.if.org Git - python/commit
Avoid using os.path.normcase() on sys.path elements; doing so causes paths
authorFred Drake <fdrake@acm.org>
Mon, 2 Jul 2001 16:55:42 +0000 (16:55 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 2 Jul 2001 16:55:42 +0000 (16:55 +0000)
commit1fb5ce0323926406e6b3db6879152e0dcc40f5ec
tree594f1e6ab06e625b74baad39a4914501dde07433
parentb0f05bdfd367a6bbcc1d47c3daa3359e7308e7b9
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