summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_new.py
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2004-06-12 16:30:32 (GMT)
committerMichael W. Hudson <mwh@python.net>2004-06-12 16:30:32 (GMT)
commit84a7f0077c4332a36825366977a73b2cae9bc21e (patch)
treed4eaf29777cdefb0014d88be2ebad5262c764e71 /Lib/test/test_new.py
parentb25aa36f83a3cd2200f2bc479e594458e27794a3 (diff)
downloadcpython-84a7f0077c4332a36825366977a73b2cae9bc21e.zip
cpython-84a7f0077c4332a36825366977a73b2cae9bc21e.tar.gz
cpython-84a7f0077c4332a36825366977a73b2cae9bc21e.tar.bz2
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 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, (), (), (),
"<string>", "<name>", 1, "", (), ())
# test backwards-compatibility version with no freevars or cellvars