]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Teach set modules to correctly compute s-=s and s^=s as the empty set.
authorRaymond Hettinger <python@rcn.com>
Sat, 13 Aug 2005 02:28:54 +0000 (02:28 +0000)
committerRaymond Hettinger <python@rcn.com>
Sat, 13 Aug 2005 02:28:54 +0000 (02:28 +0000)
commitab294199b772e47dd86ca665dbc1080715b844d2
tree355e719f2cbc756be0d9c8a2943a9056cc304a77
parent787b4c5fea8476a1146918f90a6da7f63d7aa31c
Teach set modules to correctly compute s-=s and s^=s as the empty set.
Lib/sets.py
Lib/test/test_set.py
Lib/test/test_sets.py
Misc/NEWS
Objects/setobject.c