Ramchandra Apte <maniandra...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue15438>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to