-
Tim Peters authored
intersection and union functions: get the concept of weight entirely out of the internal set iteration protocol. The caller wants values, or doesn't, and that's just a Boolean. This makes for some nice little internal simplifications, but doesn't yet change any semantics.
d9b60aaa