]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Make test_locale pass by removing tests that were designed to handle
authorGuido van Rossum <guido@python.org>
Wed, 24 Oct 2007 20:18:37 +0000 (20:18 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 24 Oct 2007 20:18:37 +0000 (20:18 +0000)
commit52ddaefb6bab1a74ecffe8519c02735794ebfbe1
tree13502509d48f9dfcfceb8020a41d099aa32ec800
parent39013cd4c0f76b7b6c34efe4e341618f0ad2027a
Make test_locale pass by removing tests that were designed to handle
issues with <ctype.h> on various platforms.  We no longer use <ctype.h>.
Lib/test/test_locale.py