Message102181
Added the requires decorator as requested.
Committed in r79602. Will backport to 2.7 this weekend.
And yes, I agree that Fraction(somedecimal) should work too. It would be weird to have Fraction("1.1") work but not Fraction(Decimal("1.1")).
Mark, I do think we should have decimal+float-->float in 2.7 also. I don't see any reason to have the two versions diverge on this issue. |
|
| Date |
User |
Action |
Args |
| 2010-04-02 17:06:41 | rhettinger | set | recipients:
+ rhettinger, mark.dickinson, eric.smith, eric.araujo |
| 2010-04-02 17:06:41 | rhettinger | set | messageid: <[email protected]> |
| 2010-04-02 17:06:40 | rhettinger | link | issue8257 messages |
| 2010-04-02 17:06:40 | rhettinger | create | |
|