]> granicus.if.org Git - python/commit
#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missi...
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 7 Oct 2008 20:32:10 +0000 (20:32 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 7 Oct 2008 20:32:10 +0000 (20:32 +0000)
commitd78b9dcbc3356d15bd0d0dd9f821452b4f5ba282
tree870da709d8f5f95efcd2c120563cb88b5606e3fd
parent39defbe6a9191d3054dca0903b4861f7adcfd68d
#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key.
Now it correctly refers to the initial otherset.

Reviewed by Raymond. Will backport to 2.6.
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c