]> granicus.if.org Git - python/commit
Merged revisions 84301 via svnmerge from
authorDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 24 Aug 2010 21:09:30 +0000 (21:09 +0000)
committerDaniel Stutzbach <daniel@stutzbachenterprises.com>
Tue, 24 Aug 2010 21:09:30 +0000 (21:09 +0000)
commit9128732de668e5777e135a423d3fa8b9bbd71fe1
tree19cf1f302337c077e6a421d247fedfd2f7f907dd
parent6fb0fd12328449d7899f11d42f11e2b0d39231cf
Merged revisions 84301 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84301 | daniel.stutzbach | 2010-08-24 15:49:57 -0500 (Tue, 24 Aug 2010) | 1 line

  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