]> granicus.if.org Git - python/commit
Teach the sets module to correctly compute s-=s and s^=s as the empty set.
authorRaymond Hettinger <python@rcn.com>
Sat, 13 Aug 2005 02:29:58 +0000 (02:29 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 13 Aug 2005 02:29:58 +0000 (02:29 +0000)
commit038ca2a5516f6b445a8548f3999d1db3b6b8abb1
tree3359f325b2eb27e8ed326bdac148d0de7ff62387
parentf98e6b15bab7efb786ab65db63146afea388b022
Teach the sets module to correctly compute s-=s and s^=s as the empty set.
Lib/sets.py
Lib/test/test_sets.py