commit | 866016b92d9f041bf5c56cbf4b3ae436109913da | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Jan 27 23:25:37 1997 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Jan 27 23:25:37 1997 +0000 |
tree | c26e2a7b6b83927bf433ffa9f5437a839e21ebcd | |
parent | d0eb429b8894be2eaaa63af43c68887697d46c51 [diff] [blame] |
new.code() has grown another foot, eh, another two arguments.
diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py index 628d8ef..b1e2ae7 100644 --- a/Lib/test/test_new.py +++ b/Lib/test/test_new.py
@@ -58,6 +58,6 @@ # bogus test of new.code() print 'new.code()' -d = new.code(3, 3, 3, 3, codestr, (), (), (), "<string>", "<name>") +d = new.code(3, 3, 3, 3, codestr, (), (), (), "<string>", "<name>", 1, "") if verbose: print d