]> granicus.if.org Git - python/commit
SF 643115: Set._update() had a special case for dictionaries which allowed
authorRaymond Hettinger <python@rcn.com>
Mon, 25 Nov 2002 20:43:55 +0000 (20:43 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 25 Nov 2002 20:43:55 +0000 (20:43 +0000)
commit35e48d2426e50306cb957da26777b1e3469c53b3
tree65bbc08c8b4a46f639a8913befc092d30ebecc5f
parent919000e9ec36c513f08253091b71a3aead2aff08
SF 643115:  Set._update() had a special case for dictionaries which allowed
non-true values to leak in.  This threw-off equality testing which depends
on the underlying dictionaries having both the same keys and values.
Lib/sets.py
Lib/test/test_sets.py