]> granicus.if.org Git - python/commitdiff
Issue #17173: Remove uses of locale-dependent C functions (isalpha() etc.) in the...
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Feb 2013 22:16:51 +0000 (23:16 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 9 Feb 2013 22:16:51 +0000 (23:16 +0100)
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), mpdecimal (needs to build without Python.h).

1  2 
Misc/NEWS
Modules/_struct.c
Objects/longobject.c
Python/ast.c
Python/formatter_unicode.c

diff --cc Misc/NEWS
Simple merge
Simple merge
Simple merge
diff --cc Python/ast.c
Simple merge
Simple merge