From: Mark Dickinson Date: Sun, 30 May 2010 13:18:47 +0000 (+0000) Subject: Recorded merge of revisions 81610 via svnmerge from X-Git-Tag: v3.2a1~667 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa8932e0402d91bb3190aa2c8a3deaa9f1065128;p=python 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. ........ ---