]> granicus.if.org Git - python/commit
Issue #8748: Fix incorrect results from comparisons between an integer
authorMark Dickinson <dickinsm@gmail.com>
Sun, 30 May 2010 13:18:10 +0000 (13:18 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Sun, 30 May 2010 13:18:10 +0000 (13:18 +0000)
commit4ca7c3c089cf59d14a76f8035b360f4fbf98f9bb
tree12e13bfbc97606d0c62096d2f1e5ce536cc0d0e5
parent4b3035d0b8f10112e2e9f348ded2bd721ad6ddb8
Issue #8748: Fix incorrect results from comparisons between an integer
and a complex instance.  Based on a patch by Meador Inge.
Lib/test/test_complex.py
Misc/NEWS
Objects/complexobject.c