summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_largefile.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2001-09-10 15:03:48 (GMT)
committerGuido van Rossum <guido@python.org>2001-09-10 15:03:48 (GMT)
commitf49dcea2337686b38e98c221da40c860cc3969c1 (patch)
tree98e9e5029b8534df99e7d63bb6aed7a7c9468e83 /Lib/test/test_largefile.py
parenta31ddbbd7bda1f09944534498ca88fe2d57e508a (diff)
downloadcpython-f49dcea2337686b38e98c221da40c860cc3969c1.zip
cpython-f49dcea2337686b38e98c221da40c860cc3969c1.tar.gz
cpython-f49dcea2337686b38e98c221da40c860cc3969c1.tar.bz2
Remove two XXX comments that have been resolved.
Diffstat (limited to 'Lib/test/test_largefile.py')
-rw-r--r--Lib/test/test_largefile.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/test/test_largefile.py b/Lib/test/test_largefile.py
index e030160..352fae0 100644
--- a/Lib/test/test_largefile.py
+++ b/Lib/test/test_largefile.py
@@ -3,8 +3,6 @@
#----------------------------------------------------------------------
# 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
#----------------------------------------------------------------------
import test_support