
July 24, 2009
12:29 a.m.
On Thu, Jul 23, 2009 at 6:13 PM, Greg Ewing<greg.ewing@canterbury.ac.nz> wrote:
Andy Kish wrote:
It's really annoying to having appropriate identity element for union built in while missing the *correct* identity element for intersection.
What would
for x in set.universal(): ...
do?
Overall it seems like a non-solution to a non-problem. Why don't we add a dict.universal(), list.universal(), etc. while we're at it. Easily a -1. George