diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py index ab5eedec47f..641d9c2b0d1 100644 --- a/Lib/test/test_new.py +++ b/Lib/test/test_new.py @@ -71,10 +71,10 @@ func() verify(g['c'] == 3, 'Could not create a proper function object') +print 'new.code()' # bogus test of new.code() # Note: Jython will never have new.code() if hasattr(new, 'code'): - print 'new.code()' d = new.code(3, 3, 3, 3, codestr, (), (), (), "", "", 1, "", (), ()) # test backwards-compatibility version with no freevars or cellvars