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 mark.dickinson, rhettinger, skrah
Date 2010-02-22.15:21:09
SpamBayes Score 0.001239024
Marked as misclassified No
Message-id <1266852071.05.0.341612687541.issue7049@psf.upfronthosting.co.za>
In-reply-to
Content
The ideal exponent for three-argument pow should definitely be zero.  You're returning what's essentially an integer, loosely disguised as a decimal instance.
History
Date User Action Args
2010-02-22 15:21:11mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, skrah
2010-02-22 15:21:11mark.dickinsonsetmessageid: <1266852071.05.0.341612687541.issue7049@psf.upfronthosting.co.za>
2010-02-22 15:21:09mark.dickinsonlinkissue7049 messages
2010-02-22 15:21:09mark.dickinsoncreate