[Python-checkins] CVS: /python/nondist/src/Compiler/tests test_misc.py,1.2,1.3

Jeremy Hylton jhylton@cnri.reston.va.us
Thu, 17 Feb 2000 17:11:56 -0500


Update of /projects/cvsroot//python/nondist/src/Compiler/tests
In directory goon.cnri.reston.va.us:/home/jhylton/python/nondist/src/Compiler/tests

Modified Files:
	test_misc.py 
Log Message:
test the del nonsense



Index: test_misc.py
===================================================================
RCS file: /projects/cvsroot//python/nondist/src/Compiler/tests/test_misc.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_misc.py	2000/02/15 21:46:33	1.2
--- test_misc.py	2000/02/17 22:11:53	1.3
***************
*** 11,12 ****
--- 11,13 ----
      print "ya"
  
+ del (((a,), d,),)