From: Michael W. Hudson Date: Sat, 12 Jun 2004 16:30:32 +0000 (+0000) Subject: note a really bad test (no time to fix now) X-Git-Tag: v2.4a1~198 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84a7f0077c4332a36825366977a73b2cae9bc21e;p=python note a really bad test (no time to fix now) --- diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py index c56f13fc42..48f184e0b2 100644 --- a/Lib/test/test_new.py +++ b/Lib/test/test_new.py @@ -99,6 +99,7 @@ print 'new.code()' # bogus test of new.code() # Note: Jython will never have new.code() if hasattr(new, 'code'): + # XXX should use less criminally bogus arguments! d = new.code(3, 3, 3, 3, codestr, (), (), (), "", "", 1, "", (), ()) # test backwards-compatibility version with no freevars or cellvars