new.code() has grown another foot, eh, another two arguments.

This commit is contained in:
Guido van Rossum 1997-01-27 23:25:37 +00:00
parent d0eb429b88
commit 866016b92d
1 changed files with 1 additions and 1 deletions

View 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