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 mark.dickinson
Recipients belopolsky, johnwalker, mark.dickinson, rhettinger, serhiy.storchaka, skrah, steven.daprano, terry.reedy
Date 2015-12-27.19:12:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1451243566.36.0.225381036778.issue25928@psf.upfronthosting.co.za>
In-reply-to
Content
> Mark, was there perhaps a reason not to add the method?

In the past, there's been a desire to keep the decimal module minimal in scope, implementing little more than what's required for the specification. A number of proposed additions have been rejected on this basis.

Ah, and now I read Stefan's reference to #8947. I'm not sure anything has really changed since that discussion.

Count me as -0E0 on the proposal.

Off-topic: I wonder whether `int.as_integer_ratio` should be implemented (for the same reasons that `int.numerator`, `int.real` and so on are).
History
Date User Action Args
2015-12-27 19:12:46mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, terry.reedy, belopolsky, steven.daprano, skrah, serhiy.storchaka, johnwalker
2015-12-27 19:12:46mark.dickinsonsetmessageid: <1451243566.36.0.225381036778.issue25928@psf.upfronthosting.co.za>
2015-12-27 19:12:46mark.dickinsonlinkissue25928 messages
2015-12-27 19:12:46mark.dickinsoncreate