From 84a7f0077c4332a36825366977a73b2cae9bc21e Mon Sep 17 00:00:00 2001 From: "Michael W. Hudson" Date: Sat, 12 Jun 2004 16:30:32 +0000 Subject: note a really bad test (no time to fix now) --- Lib/test/test_new.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_new.py b/Lib/test/test_new.py index c56f13f..48f184e 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 -- cgit v0.12