commit | 5033b36c442c7a2d2c3637b7d8da16666c1a21ea | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Aug 20 21:38:37 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Aug 20 21:38:37 2002 +0000 |
tree | f6355a88d31bf8459220f510f9d4f641eaa9abe5 | |
parent | e3ec296df8a4abcf7b6808ed44bc67dc8ea0bd5c [diff] |
Move __init__ from BaseSet into Set and ImmutableSet. This causes a tiny amount of code duplication, but makes it possible to give BaseSet an __init__ that raises an exception.