commit | 6ccd3f2dbcb98b33a71ffa6eae949deae797c09c | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Oct 09 03:46:30 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Oct 09 03:46:30 2007 +0000 |
tree | 0177ed9c262189a07a6cc720b33ecbc9c2ca8575 | |
parent | 6733d701f1465cad4f5da4891f786a3716553d58 [diff] |
Replace all (locale-dependent) uses of isupper(), tolower(), etc., by locally-defined macros that assume ASCII and only consider ASCII letters.