[Python-checkins] CVS: python/dist/src/Lib/test test_structseq.py,1.1,1.2

Tim Peters tim_one@users.sourceforge.net
Tue, 30 Oct 2001 19:46:16 -0800


Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv24960/python/Lib/test

Modified Files:
	test_structseq.py 
Log Message:
Huh.  In an effort to be less thorough <wink>, seems I checked in a new
test that wouldn't even compile,


Index: test_structseq.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_structseq.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** test_structseq.py	2001/10/30 23:20:46	1.1
--- test_structseq.py	2001/10/31 03:46:14	1.2
***************
*** 14,16 ****
          vereq(t[i:j], astuple[i:j])
  
! XXX more needed
--- 14,16 ----
          vereq(t[i:j], astuple[i:j])
  
! # XXX more needed