From: Tim Peters Date: Wed, 31 Oct 2001 03:46:14 +0000 (+0000) Subject: Huh. In an effort to be less thorough , seems I checked in a new X-Git-Tag: v2.2.1c1~944 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7e0f81e63159ac7d2a3e2f936abbb3e9550b87be;p=thirdparty%2FPython%2Fcpython.git Huh. In an effort to be less thorough , seems I checked in a new test that wouldn't even compile, --- diff --git a/Lib/test/test_structseq.py b/Lib/test/test_structseq.py index 33d3313a14aa..bbd7b7e289fc 100644 --- a/Lib/test/test_structseq.py +++ b/Lib/test/test_structseq.py @@ -13,4 +13,4 @@ for i in range(-len(t), len(t)): for j in range(-len(t), len(t)): vereq(t[i:j], astuple[i:j]) -XXX more needed +# XXX more needed