From: Guido van Rossum Date: Mon, 10 Sep 2001 15:03:48 +0000 (+0000) Subject: Remove two XXX comments that have been resolved. X-Git-Tag: v2.2.1c1~1886 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f49dcea2337686b38e98c221da40c860cc3969c1;p=python Remove two XXX comments that have been resolved. --- 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