This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:27andrewnestersetrecipients: + andrewnester, arigo, rhettinger, mark.dickinson, skrah
2017-02-13 12:04:27andrewnestersetmessageid: <1486987467.57.0.152327158701.issue29534@psf.upfronthosting.co.za>
2017-02-13 12:04:27andrewnesterlinkissue29534 messages
2017-02-13 12:04:27andrewnestercreate