Excise the sets module. SF #1500611 by Collin Winter.

This commit is contained in:
Guido van Rossum 2007-01-10 01:28:32 +00:00
parent 902d6ebddd
commit 33552e92fe
9 changed files with 5 additions and 1713 deletions

View file

@ -1451,7 +1451,6 @@ class TestVariousIteratorArgs(unittest.TestCase):
#==============================================================================
def test_main(verbose=None):
from test import test_sets
test_classes = (
TestSet,
TestSetSubclass,