]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
authorRaymond Hettinger <python@rcn.com>
Wed, 1 Apr 2009 19:03:30 +0000 (19:03 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 1 Apr 2009 19:03:30 +0000 (19:03 +0000)
commit9629cc9b8a769728ab7fd111fae48cde5d72dfa4
tree016d03c9a89367553843d625f95cd9912c87a693
parent095ee8930203f014af71ecaf9a09af990c168d54
Issue #5647: MutableSet.__iand__() no longer mutates self during iteration.
Lib/_abcoll.py
Lib/test/test_collections.py
Misc/NEWS