]> granicus.if.org Git - python/commit
Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations,...
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 24 Aug 2010 20:49:57 +0000 (20:49 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 24 Aug 2010 20:49:57 +0000 (20:49 +0000)
commit31da5b2f69d408ac2448eb04ee2892b8aa3aac79
treeea3f9ab6d296e9a7b265544b1244c734d967b334
parentd8e5f2df68c85f7a26e34a57f8f3f791c30a688f
Issue 8750: Fixed MutableSet's methods to correctly handle reflexive operations, namely x -= x and x ^= x
Lib/_abcoll.py
Lib/test/test_collections.py
Misc/NEWS