commit | e5e3f915d044ba70e6da8a8e9d15244c2743974f | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Wed Jul 29 14:12:23 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Wed Jul 29 14:12:23 2009 +0000 |
tree | fcccb3aeae8cb0f6d72227cbf30df5fa4df5c652 | |
parent | 81c09dbf382555dd3f9644e5add6245f8050fc7c [diff] |
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. ........