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