diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-10-31 03:46:14 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-10-31 03:46:14 (GMT) |
commit | 7e0f81e63159ac7d2a3e2f936abbb3e9550b87be (patch) | |
tree | 251f93d582cb85665df375e9a51f554b45d3ce13 /Lib/test | |
parent | c2fe618575aaf58ddf36d04d96431d6dc819ef31 (diff) | |
download | cpython-7e0f81e63159ac7d2a3e2f936abbb3e9550b87be.zip cpython-7e0f81e63159ac7d2a3e2f936abbb3e9550b87be.tar.gz cpython-7e0f81e63159ac7d2a3e2f936abbb3e9550b87be.tar.bz2 |
Huh. In an effort to be less thorough <wink>, seems I checked in a new
test that wouldn't even compile,
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_structseq.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_structseq.py b/Lib/test/test_structseq.py index 33d3313..bbd7b7e 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 |