commit | 4c271fe85c34dca1bbfcbb206f8d5ad4c70991b4 | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Thu Jun 07 13:52:37 2007 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Thu Jun 07 13:52:37 2007 +0000 |
tree | 829a464451e0492986c140aa7ee83011e1840980 | |
parent | 756f139b976890d5ad3a57cea840a7e8172a7070 [diff] [blame] |
Fix test_str.py so that it tests the str8 class. Fix string_tests.py::MixinStrUnicodeTest.test_bug1001011(): Test str and str8.
diff --git a/Lib/test/test_str.py b/Lib/test/test_str.py index be26b24..6fa3779 100644 --- a/Lib/test/test_str.py +++ b/Lib/test/test_str.py
@@ -9,7 +9,7 @@ string_tests.MixinStrUnicodeTest, ): - type2test = str + type2test = str8 # We don't need to propagate to str def fixtype(self, obj):