]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
In order to make this test work on Windows, the test locale has to be
authorGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 13:15:56 +0000 (13:15 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 15 Apr 2001 13:15:56 +0000 (13:15 +0000)
commitfc349862d43c423ea575d73b04b22914cbdb7b2f
treeba24bed7f0d70befa56037babad04e08ecae3fdb
parent2d996c07049db6648ddf33aedff52e78908949c6
In order to make this test work on Windows, the test locale has to be
set to 'en' there -- Windows does not understand the 'en_US' locale.
The test succeeds there.
Lib/test/test_locale.py