commit | 16a0bc278e34ca5b1b1717f21b9e6a4c4b2059f9 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Feb 18 13:48:31 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Feb 18 13:48:31 1998 +0000 |
tree | 3d1fbbb58c372fd49497c89b42b7d423a1e9f7fd | |
parent | 8cf94e608ee430fe82dd4a48f52392cb56e8bd7f [diff] |
(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.