[Python-checkins] python/dist/src/Lib/test test_new.py,1.16,1.17

mwh at users.sourceforge.net mwh at users.sourceforge.net
Sat Jun 12 12:30:36 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19377

Modified Files:
	test_new.py 
Log Message:
note a really bad test (no time to fix now)

Index: test_new.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_new.py,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** test_new.py	23 Jul 2002 19:03:58 -0000	1.16
--- test_new.py	12 Jun 2004 16:30:32 -0000	1.17
***************
*** 100,103 ****
--- 100,104 ----
  # 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, "", (), ())




More information about the Python-checkins mailing list