]> granicus.if.org Git - python/commit
Remove all other uses of the C tolower()/toupper() which could break with a Turkish...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Oct 2011 11:55:37 +0000 (13:55 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 4 Oct 2011 11:55:37 +0000 (13:55 +0200)
commit44b3b5457a8af636504940f508b2888f6e080ca7
treedbb135c9572e914afbf996dde8f5aa4e15bdd593
parentace2ccf387fbe751e09fdb4bd507a3702b637d8a
Remove all other uses of the C tolower()/toupper() which could break with a Turkish locale.
(except in the strop module, which is deprecated anyway)
Modules/_tkinter.c
Modules/binascii.c
Modules/unicodedata.c