Files
cpython/Lib
Mark Dickinson f3eeca16cb Issue #7279: Make Decimal('nan') hashable. Decimal('snan') remains unhashable.
Also rewrite the Decimal __hash__ method so that it doesn't rely on
float('inf') being valid: float('inf') could raise an exception on
platforms not using IEEE 754 arithmetic.
2010-04-02 10:35:12 +00:00
..
2010-03-22 15:18:46 +00:00
2010-04-02 08:30:21 +00:00
2010-04-02 08:30:21 +00:00
2010-02-08 22:37:52 +00:00
2010-03-09 11:29:10 +00:00
2010-02-19 05:24:30 +00:00
2010-02-22 21:27:38 +00:00