[issue7049] decimal.py: Three argument power issues

Mark Dickinson report at bugs.python.org
Mon Feb 22 16:21:11 CET 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

The ideal exponent for three-argument pow should definitely be zero.  You're returning what's essentially an integer, loosely disguised as a decimal instance.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7049>
_______________________________________


More information about the Python-bugs-list mailing list