]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move __init__ from BaseSet into Set and ImmutableSet. This causes a
authorGuido van Rossum <guido@python.org>
Tue, 20 Aug 2002 21:38:37 +0000 (21:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 20 Aug 2002 21:38:37 +0000 (21:38 +0000)
commit5033b36c442c7a2d2c3637b7d8da16666c1a21ea
treef6355a88d31bf8459220f510f9d4f641eaa9abe5
parente3ec296df8a4abcf7b6808ed44bc67dc8ea0bd5c
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.
Lib/sets.py