commit | fa8932e0402d91bb3190aa2c8a3deaa9f1065128 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sun May 30 13:18:47 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sun May 30 13:18:47 2010 +0000 |
tree | c112eab8cfd7d3e39cb2c09e172958b9901b91a5 | |
parent | 815815a2536d05778d6268359aad16f5875305f2 [diff] |
Recorded merge of revisions 81610 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81610 | mark.dickinson | 2010-05-30 14:18:10 +0100 (Sun, 30 May 2010) | 3 lines Issue #8748: Fix incorrect results from comparisons between an integer and a complex instance. Based on a patch by Meador Inge. ........