Message102153
Allowed hashing of Decimal('nan') in r79589; Decimal('snan') continues to raise TypeError.
I've also rewritten Decimal.__hash__ a little bit, so that it won't care if float('inf') raises an exception. This will all be much neater if the unified numeric hash is applied. |
|
| Date |
User |
Action |
Args |
| 2010-04-02 10:37:00 | mark.dickinson | set | recipients:
+ mark.dickinson, skrah |
| 2010-04-02 10:37:00 | mark.dickinson | set | messageid: <[email protected]> |
| 2010-04-02 10:36:58 | mark.dickinson | link | issue7279 messages |
| 2010-04-02 10:36:58 | mark.dickinson | create | |
|