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 belopolsky
Recipients belopolsky
Date 2010-06-08.20:51:06
SpamBayes Score 0.017358497
Marked as misclassified No
Message-id <1276030268.17.0.98739433208.issue8947@psf.upfronthosting.co.za>
In-reply-to
Content
Here is my use case: recently implemented timedelta * float operation starts with converting float to an int ratio.  The same algorithm can be used for decimals, but they don't support as_integer_ratio().
History
Date User Action Args
2010-06-08 20:51:08belopolskysetrecipients: + belopolsky
2010-06-08 20:51:08belopolskysetmessageid: <1276030268.17.0.98739433208.issue8947@psf.upfronthosting.co.za>
2010-06-08 20:51:06belopolskylinkissue8947 messages
2010-06-08 20:51:06belopolskycreate