commit | 75f13beea9b5db5154513e8db5c91b6ff0e564dc | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Jul 18 15:19:43 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Jul 18 15:19:43 2009 +0000 |
tree | 1adc0358d02dfed640ce9af3353b900dadf33302 | |
parent | 85424c93549198d96efb310c6c282941eb47225c [diff] |
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. ........