[issue15438] Incredible issue in math.pow

Ramchandra Apte report at bugs.python.org
Wed Jul 25 15:46:34 CEST 2012


Ramchandra Apte <maniandram01 at gmail.com> added the comment:

> [+1 for removing pow from the builtins and shunting three-argument pow to the math module in Python 5000000.]
Me too.
Anybody who uses pow with to arguments can use arg1**arg2
Anybody who uses pow with three is doing something mathematical and has most likely imported math already.

----------
nosy: +ramchandra.apte

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


More information about the Python-bugs-list mailing list