]> granicus.if.org Git - python/commit
Issue 6573: Fix set.union() for cases where self is in the argument chain.
authorRaymond Hettinger <python@rcn.com>
Mon, 27 Jul 2009 20:16:37 +0000 (20:16 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 27 Jul 2009 20:16:37 +0000 (20:16 +0000)
commite805ecc75237521818439c3c716c1017fcc7127e
tree29301f0fd638dd628585d718f9e0dfe563df5b7b
parente7ac4f7745b6c1ec708cb88ab13f15bcfc130fc7
Issue 6573: Fix set.union() for cases where self is in the argument chain.
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c