From: R. David Murray Date: Wed, 29 Jul 2009 14:12:23 +0000 (+0000) Subject: Recorded merge of revisions 74228 via svnmerge from X-Git-Tag: v3.2a1~2723 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e5e3f915d044ba70e6da8a8e9d15244c2743974f;p=thirdparty%2FPython%2Fcpython.git Recorded merge of revisions 74228 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk Applied in r74226. ........ r74228 | raymond.hettinger | 2009-07-27 16:32:04 -0400 (Mon, 27 Jul 2009) | 1 line Issue 6573: Fix set.union() for cases where self is in the argument chain. ........ ---