]> 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:32:04 +0000 (20:32 +0000)
committerRaymond Hettinger <python@rcn.com>
Mon, 27 Jul 2009 20:32:04 +0000 (20:32 +0000)
commitc2b9e1a134bef289445d0779d26b6ccf36d03077
tree2d275d38c69c1e6140121e5d76c8e7aaa91f5c26
parent794b2a78d066f0d1c504fdab9a6e513a346d6e69
Issue 6573: Fix set.union() for cases where self is in the argument chain.
Lib/test/test_set.py
Misc/NEWS
Objects/setobject.c