]> 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:40:09 +0000 (20:40 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Tue, 7 Oct 2008 20:40:09 +0000 (20:40 +0000)
commit00c94edea0cdc8c490a91dd5455150be8b19d3e2
treea3071f8bf0ca2401def09c64d0f5074ddb6c4c96
parent001befaadcf562170039e085ebd4ae3318f322c2
#4069: aSet.remove(otherSet) would always report the empty frozenset([]) as the missing key.
Now it correctly refers to the initial otherSet.

Backport of r66836.
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c