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 mark.dickinson, martin.panter, ned.deily, rhettinger, serhiy.storchaka, steven.daprano, tim.peters, vstinner
Date 2016-09-16.19:45:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474055110.13.0.502037630068.issue27761@psf.upfronthosting.co.za>
In-reply-to
Content
> Decimal pow doesn't special-case integer exponents; the solution will still be based on exp and ln.

Ah, sorry; I'm wrong. That was true for the Python version of the decimal module, not for the C implementation.
History
Date User Action Args
2016-09-16 19:45:10mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, vstinner, ned.deily, steven.daprano, martin.panter, serhiy.storchaka
2016-09-16 19:45:10mark.dickinsonsetmessageid: <1474055110.13.0.502037630068.issue27761@psf.upfronthosting.co.za>
2016-09-16 19:45:10mark.dickinsonlinkissue27761 messages
2016-09-16 19:45:10mark.dickinsoncreate