diff options
author | Tim Peters <tim.peters@gmail.com> | 2003-09-20 22:06:13 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2003-09-20 22:06:13 (GMT) |
commit | c7c516aa5140d255f18ffd2e8569434f0904f5db (patch) | |
tree | 22877597e368f8f16f7d4b4335d7f0ed7503c810 | |
parent | e7a9796a0f83bd2e5e2b1d35ad8f0a2a96ec5e3f (diff) | |
download | cpython-c7c516aa5140d255f18ffd2e8569434f0904f5db.zip cpython-c7c516aa5140d255f18ffd2e8569434f0904f5db.tar.gz cpython-c7c516aa5140d255f18ffd2e8569434f0904f5db.tar.bz2 |
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.
-rwxr-xr-x | Lib/test/regrtest.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 |