Commit 1a1f61b4 authored by Guido van Rossum's avatar Guido van Rossum

Make test_locale pass.

XXX Should we just rip out this BSD Rune compatibility hack?
parent f40e5762
......@@ -79,6 +79,7 @@ finally:
# Test BSD Rune locale's bug for isctype functions.
def teststrop(s, method, output):
s = str8(s)
if verbose:
print("%s.%s() =? %s ..." % (repr(s), method, repr(output)), end=' ')
result = getattr(s, method)()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment