From: Mark Dickinson Date: Sat, 18 Jul 2009 15:19:06 +0000 (+0000) Subject: Blocked revisions 74080 via svnmerge X-Git-Tag: v2.6.3rc1~146 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=59f4c40ba2ed9bcf2c89af1b6be0d35e79fba3c4;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 74080 via svnmerge ........ r74080 | mark.dickinson | 2009-07-18 16:18:18 +0100 (Sat, 18 Jul 2009) | 3 lines Issue #6431: Fix Fraction comparisons with unknown types, and with float infinities and nans. Backport of r74078 from py3k. ........ ---