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 Ramchandra Apte
Recipients Ramchandra Apte, andrea.bergamini, ezio.melotti, mark.dickinson, pitrou, r.david.murray, rhettinger, serhiy.storchaka, skrah
Date 2012-07-25.13:46:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343223994.19.0.657489710321.issue15438@psf.upfronthosting.co.za>
In-reply-to
Content
> [+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.
History
Date User Action Args
2012-07-25 13:46:34Ramchandra Aptesetrecipients: + Ramchandra Apte, rhettinger, mark.dickinson, pitrou, ezio.melotti, r.david.murray, skrah, serhiy.storchaka, andrea.bergamini
2012-07-25 13:46:34Ramchandra Aptesetmessageid: <1343223994.19.0.657489710321.issue15438@psf.upfronthosting.co.za>
2012-07-25 13:46:33Ramchandra Aptelinkissue15438 messages
2012-07-25 13:46:33Ramchandra Aptecreate