From c7c516aa5140d255f18ffd2e8569434f0904f5db Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 20 Sep 2003 22:06:13 +0000 Subject: test__locale (two underscores) can't pass on Windows: RADIXCHAR doesn't exist, and neither do any of the specific 5-letter locale names the test is looking for. --- Lib/test/regrtest.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/regrtest.py b/Lib/test/regrtest.py index 12e65e5..514bbb7 100755 --- a/Lib/test/regrtest.py +++ b/Lib/test/regrtest.py @@ -554,6 +554,7 @@ def printlist(x, width=70, indent=4): _expectations = { 'win32': """ + test__locale test_al test_bsddb185 test_bsddb3 -- cgit v0.12