]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Feb 2013 22:11:27 +0000 (23:11 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Feb 2013 22:11:27 +0000 (23:11 +0100)
commit4de7457009d3dac9c93cc5b471d20a8d5e92ff33
tree7dd778385f577557e4fdafb09e55e1b9485f9407
parentb6ed17344b456f397df800cc553fef94f5b1e58b
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the interpreter.

I've left a couple of them in: zlib (third-party lib), getaddrinfo.c
(doesn't include Python.h, and probably obsolete), _sre.c (legitimate
use for the re.LOCALE flag).
Misc/NEWS
Modules/_struct.c
Modules/binascii.c
Modules/posixmodule.c
Modules/socketmodule.c
Objects/longobject.c
Objects/stringlib/formatter.h
Python/ast.c
Python/dynload_aix.c
Python/getargs.c
Python/mystrtoul.c