]> granicus.if.org Git - python/commit
Faster implementation of normcase (using string.lower(
authorGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:08:36 +0000 (21:08 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 19 Feb 1998 21:08:36 +0000 (21:08 +0000)
commit0d530cedd7563d75e33c488c742ea74f5f5a703b
treedb27bacd911aba89f15e8c1023aed080f82eeb5f
parent505d80b39d5329f74774a2d68d5903e51098be7a
Faster implementation of normcase (using string.lower(
string.replace(...)) instead of a for loop).

Don't call normcase() in normpath() -- the filesystem just might be
case preserving...
Lib/dospath.py