commit | 85424c93549198d96efb310c6c282941eb47225c | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Jul 18 14:41:42 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Jul 18 14:41:42 2009 +0000 |
tree | 1adc0358d02dfed640ce9af3353b900dadf33302 | |
parent | 8c1a50abd306098db6bb3293d0a6aeec9cacf7f4 [diff] |
Issue #6431: Fix Fraction comparisons to return NotImplemented when the Fraction type doesn't know how to handle the comparison without loss of accuracy. Also, make sure that comparisons between Fractions and float infinities or nans do the right thing.