[Python-checkins] CVS: python/dist/src/Lib/test test_largefile.py,1.5,1.6

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 05 Sep 2001 10:52:33 -0700


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

Modified Files:
	test_largefile.py 
Log Message:
Remove a debug print left in the code by Fred.


Index: test_largefile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_largefile.py,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** test_largefile.py	2001/08/20 22:37:34	1.5
--- test_largefile.py	2001/09/05 17:52:31	1.6
***************
*** 131,133 ****
  
  os.unlink(name)
- print >>sys.stderr, name, "exists:", os.path.exists(name)
--- 131,132 ----