]> granicus.if.org Git - python/commit
(1) Change normpath() to *not* also call normcase().
authorGuido van Rossum <guido@python.org>
Wed, 18 Feb 1998 13:48:31 +0000 (13:48 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 18 Feb 1998 13:48:31 +0000 (13:48 +0000)
commit16a0bc278e34ca5b1b1717f21b9e6a4c4b2059f9
tree3d1fbbb58c372fd49497c89b42b7d423a1e9f7fd
parent8cf94e608ee430fe82dd4a48f52392cb56e8bd7f
(1) Change normpath() to *not* also call normcase().

(2) Fix normcase() to use string.lower() and string.replace() -- it
turns out that the table constructed for translate() didn't work in
locales that have a different number of lowercase and uppercase
letters.
Lib/ntpath.py