From f49dcea2337686b38e98c221da40c860cc3969c1 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 10 Sep 2001 15:03:48 +0000 Subject: [PATCH] Remove two XXX comments that have been resolved. --- Lib/test/test_largefile.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/test/test_largefile.py b/Lib/test/test_largefile.py index e0301604c0..352fae07ce 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 -- 2.40.0