mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Make test_locale pass.
XXX Should we just rip out this BSD Rune compatibility hack?
This commit is contained in:
parent
f40e5762cc
commit
1a1f61b48f
1 changed files with 1 additions and 0 deletions
|
@ -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)()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue