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, vstinner
Date 2011-05-22.15:10:21
SpamBayes Score 0.12427043
Marked as misclassified No
Message-id <1306077022.99.0.0576083248377.issue12080@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a slightly improved version that adds guards against computing 10**ye for large ye in the case y < 0, ye > 0.
History
Date User Action Args
2011-05-22 15:10:23mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, vstinner, skrah
2011-05-22 15:10:22mark.dickinsonsetmessageid: <1306077022.99.0.0576083248377.issue12080@psf.upfronthosting.co.za>
2011-05-22 15:10:22mark.dickinsonlinkissue12080 messages
2011-05-22 15:10:22mark.dickinsoncreate