commit | 1a1f61b48f9295d07b2b07d13f49c03d37898d50 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu May 17 21:11:47 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu May 17 21:11:47 2007 +0000 |
tree | a65a89746543a61aabf1a288111c5de53ccc208e | |
parent | f40e5762cc57f6228c23643b110932305cf6b15c [diff] [blame] |
Make test_locale pass. XXX Should we just rip out this BSD Rune compatibility hack?
diff --git a/Lib/test/test_locale.py b/Lib/test/test_locale.py index eba2cfd..2dd6510 100644 --- a/Lib/test/test_locale.py +++ b/Lib/test/test_locale.py
@@ -79,6 +79,7 @@ # 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)()