summaryrefslogtreecommitdiff
path: root/Lib/test/test_new.py
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2004-06-12 16:30:32 +0000
committerMichael W. Hudson <mwh@python.net>2004-06-12 16:30:32 +0000
commitc8a1b194b19e3ae6cb93412d62e37107cca11f85 (patch)
treea3c0cfbfed19a14cb4c9629caabf7b1d24d6378b /Lib/test/test_new.py
parent2a2e269dcf7201dbd4bd913db958f2ef96a147fc (diff)
downloadcpython-c8a1b194b19e3ae6cb93412d62e37107cca11f85.tar.gz
note a really bad test (no time to fix now)
Diffstat (limited to 'Lib/test/test_new.py')
-rw-r--r--Lib/test/test_new.py1
1 files changed, 1 insertions, 0 deletions
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, (), (), (),
"<string>", "<name>", 1, "", (), ())
# test backwards-compatibility version with no freevars or cellvars