]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if
authorGreg Ward <gward@python.net>
Sat, 14 Oct 2000 03:47:07 +0000 (03:47 +0000)
committerGreg Ward <gward@python.net>
Sat, 14 Oct 2000 03:47:07 +0000 (03:47 +0000)
commit0b4dafc39bce17900c6e4f18128b7ffafbc55dc4
tree0da061086505846b676fa26288edf38cf16eef63
parent2e38a50db173e61e9bf3ea0332645cb8f081dcc5
Lyle Johnson: use 'normcase()' in addition to 'normpath()' when testing if
we actually installed modules to a directory in sys.path.
Lib/distutils/command/install.py