commit | bbbd4fdba2c9589588410a4d1727c031234fc2a6 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu May 17 21:15:39 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu May 17 21:15:39 2007 +0000 |
tree | 2ad24f57d78dbe5438519ba30e1969c6eb3bf382 | |
parent | 1a1f61b48f9295d07b2b07d13f49c03d37898d50 [diff] [blame] |
Make test_new pass.
diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py index 797a8c3..c919621 100644 --- a/Lib/test/test_new.py +++ b/Lib/test/test_new.py
@@ -143,7 +143,7 @@ firstlineno, lnotab) # new.code used to be a way to mutate a tuple... - class S(str): + class S(str8): pass t = (S("ab"),) d = new.code(argcount, kwonlyargcount, nlocals, stacksize,