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, mark.dickinson, rhettinger, skrah
Date 2010-06-25.18:27:17
SpamBayes Score 0.11573984
Marked as misclassified No
Message-id <1277490440.31.0.184926173518.issue8947@psf.upfronthosting.co.za>
In-reply-to
Content
Raymond,

conversion to Fraction does not really help in my use case of supporting timedelta * Decimal by duck typing.  I can think of many other use cases where it will be helpful to accept either float or decimal without loss of precision.  Is there an alternative way to achieve that which does not require importing the decimal module first?
History
Date User Action Args
2010-06-25 18:27:20belopolskysetrecipients: + belopolsky, rhettinger, mark.dickinson, skrah
2010-06-25 18:27:20belopolskysetmessageid: <1277490440.31.0.184926173518.issue8947@psf.upfronthosting.co.za>
2010-06-25 18:27:18belopolskylinkissue8947 messages
2010-06-25 18:27:17belopolskycreate