From: Guido van Rossum Date: Mon, 27 Jan 1997 23:25:37 +0000 (+0000) Subject: new.code() has grown another foot, eh, another two arguments. X-Git-Tag: v1.5a1~425 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=866016b92d9f041bf5c56cbf4b3ae436109913da;p=thirdparty%2FPython%2Fcpython.git 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 628d8ef02503..b1e2ae72ac41 100644 --- a/Lib/test/test_new.py +++ b/Lib/test/test_new.py @@ -58,6 +58,6 @@ if g['c'] <> 3: # bogus test of new.code() print 'new.code()' -d = new.code(3, 3, 3, 3, codestr, (), (), (), "", "") +d = new.code(3, 3, 3, 3, codestr, (), (), (), "", "", 1, "") if verbose: print d