]> granicus.if.org Git - python/commitdiff
note a really bad test (no time to fix now)
authorMichael W. Hudson <mwh@python.net>
Sat, 12 Jun 2004 16:30:32 +0000 (16:30 +0000)
committerMichael W. Hudson <mwh@python.net>
Sat, 12 Jun 2004 16:30:32 +0000 (16:30 +0000)
Lib/test/test_new.py

index c56f13fc42306b23ac73b8413f47b37a4214b128..48f184e0b25bbcb465ac0aae7d6a3e66b54b9f85 100644 (file)
@@ -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, (), (), (),
                  "<string>", "<name>", 1, "", (), ())
     # test backwards-compatibility version with no freevars or cellvars