[Python-checkins] CVS: python/dist/src/Lib/test test_largefile.py,1.10,1.11
Guido van Rossum
gvanrossum@users.sourceforge.net
Mon, 10 Sep 2001 08:03:50 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv21893
Modified Files:
test_largefile.py
Log Message:
Remove two XXX comments that have been resolved.
Index: test_largefile.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_largefile.py,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** test_largefile.py 2001/09/10 15:03:18 1.10
--- test_largefile.py 2001/09/10 15:03:48 1.11
***************
*** 4,9 ****
# test largefile support on system where this makes sense
#
- #XXX how to only run this when support is there
- #XXX how to only optionally run this, it will take along time
#----------------------------------------------------------------------
--- 4,7 ----