[Python-checkins] CVS: python/dist/src/Lib/test test_weakref.py,1.3.2.1,1.3.2.2

Guido van Rossum gvanrossum@usw-pr-cvs1.sourceforge.net
Tue, 13 Mar 2001 05:44:38 -0800


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

Modified Files:
      Tag: iter-branch
	test_weakref.py 
Log Message:
Delete a print statement that I shouldn't have checked in.

Will try cvs admin -o... to get rid of these checkins next.


Index: test_weakref.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_weakref.py,v
retrieving revision 1.3.2.1
retrieving revision 1.3.2.2
diff -C2 -r1.3.2.1 -r1.3.2.2
*** test_weakref.py	2001/03/13 10:07:42	1.3.2.1
--- test_weakref.py	2001/03/13 13:44:36	1.3.2.2
***************
*** 181,185 ****
  del items1, items2
  del objects, o
- print dict.items()
  verify(len(dict)==0, "deleting the keys did not clear the dictionary")
  print "weak key dict test complete"
--- 181,184 ----