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 steven.daprano
Recipients johnwalker, serhiy.storchaka, skrah, steven.daprano
Date 2015-12-23.20:57:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151223205654.GA23700@ando.pearwood.info>
In-reply-to <1450883908.47.0.633190270463.issue25928@psf.upfronthosting.co.za>
Content
On Wed, Dec 23, 2015 at 03:18:28PM +0000, Serhiy Storchaka wrote:
> May be implement the as_integer_ratio() method and/or numerator and 
> denominator attributes in the Decimal class?

That would also be good as it will decrease the API differences between 
floats and Decimals and make it easier to duck-type one for the other.
History
Date User Action Args
2015-12-23 20:57:13steven.dapranosetrecipients: + steven.daprano, skrah, serhiy.storchaka, johnwalker
2015-12-23 20:57:13steven.dapranolinkissue25928 messages
2015-12-23 20:57:13steven.dapranocreate