]> granicus.if.org Git - python/commitdiff
new.code() has grown another foot, eh, another two arguments.
authorGuido van Rossum <guido@python.org>
Mon, 27 Jan 1997 23:25:37 +0000 (23:25 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 27 Jan 1997 23:25:37 +0000 (23:25 +0000)
Lib/test/test_new.py

index 628d8ef0250391731ec78ec11c9b378173947ddf..b1e2ae72ac411fac0f6a2489cb2f5492895c7ca3 100644 (file)
@@ -58,6 +58,6 @@ if g['c'] <> 3:
 
 # 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