Message287682
| Author |
andrewnester |
| Recipients |
andrewnester, arigo, mark.dickinson, rhettinger, skrah |
| Date |
2017-02-13.12:04:27 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1486987467.57.0.152327158701.issue29534@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
actually, it's more related to subclassing, because the problem comes from the fact that before the fix __init__ method receives value as int not Decimal if int passed to from_float call.
That's why only subclasses of Decimal can see difference in arguments received by __init__ |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2017-02-13 12:04:27 | andrewnester | set | recipients:
+ andrewnester, arigo, rhettinger, mark.dickinson, skrah |
| 2017-02-13 12:04:27 | andrewnester | set | messageid: <1486987467.57.0.152327158701.issue29534@psf.upfronthosting.co.za> |
| 2017-02-13 12:04:27 | andrewnester | link | issue29534 messages |
| 2017-02-13 12:04:27 | andrewnester | create | |
|