commit | 00c94edea0cdc8c490a91dd5455150be8b19d3e2 | [log] [tgz] |
---|---|---|
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Oct 07 20:40:09 2008 +0000 |
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | Tue Oct 07 20:40:09 2008 +0000 |
tree | a3071f8bf0ca2401def09c64d0f5074ddb6c4c96 | |
parent | 001befaadcf562170039e085ebd4ae3318f322c2 [diff] |
#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.