[issue7049] decimal.py: Three argument power issues

Raymond Hettinger report at bugs.python.org
Mon Nov 22 00:55:33 CET 2010


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

+1 for deprecating three-arg pow for the reasons given.
A user is much better-off composing well-defined operations
than using our short-cut, with our chosen assumptions.
Apologies for taking so long to think this one through.

----------
assignee: rhettinger -> mark.dickinson
versions:  -Python 2.7

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


More information about the Python-bugs-list mailing list