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 mark.dickinson
Recipients andrea.bergamini, ezio.melotti, mark.dickinson, pitrou, r.david.murray, rhettinger, serhiy.storchaka, skrah
Date 2012-07-25.08:59:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1343206748.39.0.593987484211.issue15438@psf.upfronthosting.co.za>
In-reply-to
Content
Agreed that this is at worst a doc issue.

[Antoine]
> and in all honesty I don't know the difference between the "**" operator
> and the built-in pow() function :-)

None, as far as I know, apart from the pow function's ability to take a 3rd argument.  Both ultimately call PyNumber_Power, and the various type-specific __pow__ methods take over from there.  [+1 for removing pow from the builtins and shunting three-argument pow to the math module in Python 5000000.]
History
Date User Action Args
2012-07-25 08:59:08mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, pitrou, ezio.melotti, r.david.murray, skrah, serhiy.storchaka, andrea.bergamini
2012-07-25 08:59:08mark.dickinsonsetmessageid: <1343206748.39.0.593987484211.issue15438@psf.upfronthosting.co.za>
2012-07-25 08:59:07mark.dickinsonlinkissue15438 messages
2012-07-25 08:59:07mark.dickinsoncreate