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 skrah
Recipients Ramchandra Apte, andrea.bergamini, ezio.melotti, mark.dickinson, pitrou, r.david.murray, rhettinger, serhiy.storchaka, skrah
Date 2012-07-25.14:03:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20120725140328.GA28999@sleipnir.bytereef.org>
In-reply-to <1343223994.19.0.657489710321.issue15438@psf.upfronthosting.co.za>
Content
Ramchandra Apte <report@bugs.python.org> wrote:
> > [+1 for removing pow from the builtins and shunting three-argument pow to the math module in Python 5000000.]
> Anybody who uses pow with three is doing something mathematical and has most likely imported math already.

Wouldn't that reinforce the misconception that math is for arbitrary precision
number theoretical functions? The OP used it for cryptography.
History
Date User Action Args
2012-07-25 14:03:27skrahsetrecipients: + skrah, rhettinger, mark.dickinson, pitrou, ezio.melotti, r.david.murray, Ramchandra Apte, serhiy.storchaka, andrea.bergamini
2012-07-25 14:03:26skrahlinkissue15438 messages
2012-07-25 14:03:26skrahcreate