]> granicus.if.org Git - python/commit
Replace all (locale-dependent) uses of isupper(), tolower(), etc., by
authorGuido van Rossum <guido@python.org>
Tue, 9 Oct 2007 03:46:30 +0000 (03:46 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 Oct 2007 03:46:30 +0000 (03:46 +0000)
commit6ccd3f2dbcb98b33a71ffa6eae949deae797c09c
tree0177ed9c262189a07a6cc720b33ecbc9c2ca8575
parent6733d701f1465cad4f5da4891f786a3716553d58
Replace all (locale-dependent) uses of isupper(), tolower(), etc., by
locally-defined macros that assume ASCII and only consider ASCII letters.
Objects/stringobject.c