Message107348
This seems like a reasonable request to me; I'd like to see a little bit of convergence between the float and Decimal APIs.
One difference between the two types that's worth noting is that the float.as_integer_ratio() method can never take a ridiculous amount of time or memory, whereas Decimal.as_integer_ratio() could: e.g., consider Decimal('1e999999999').as_integer_ratio(). But I don't really see that as a problem. |
|
Date |
User |
Action |
Args |
2010-06-08 21:10:31 | mark.dickinson | set | recipients:
+ mark.dickinson, belopolsky |
2010-06-08 21:10:31 | mark.dickinson | set | messageid: <1276031431.84.0.685201384686.issue8947@psf.upfronthosting.co.za> |
2010-06-08 21:10:29 | mark.dickinson | link | issue8947 messages |
2010-06-08 21:10:29 | mark.dickinson | create | |
|