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, cool-RR, facundobatista, mark.dickinson, rhettinger, skrah, vstinner
Date 2012-09-19.19:04:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348081477.0.0.696120550994.issue14262@psf.upfronthosting.co.za>
In-reply-to
Content
Mark wrote in his comment on issue 15975:

> we're looking at significant extra code to implement
> Decimal * timedelta

Not necessarily.  I will only support adding this feature if it can be done without making datetime know about Decimal.  If we can agree on a lossless protocol to communicate floating pointing numbers of different base (or even more generally rational numbers), datetime module can support this protocol and allow all kinds of numbers in its constructors without much extra code.
History
Date User Action Args
2012-09-19 19:04:37belopolskysetrecipients: + belopolsky, rhettinger, facundobatista, mark.dickinson, vstinner, skrah, cool-RR
2012-09-19 19:04:37belopolskysetmessageid: <1348081477.0.0.696120550994.issue14262@psf.upfronthosting.co.za>
2012-09-19 19:04:36belopolskylinkissue14262 messages
2012-09-19 19:04:36belopolskycreate