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 belopolsky, cool-RR, mark.dickinson
Date 2012-09-19.18:52:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348080767.92.0.314659135298.issue15975@psf.upfronthosting.co.za>
In-reply-to
Content
> Asking me to convert it to `float` myself is annoying.

Well, it's just a call to 'float', right?  On the other side, we're looking at significant extra code to implement Decimal * timedelta, so there needs to be a good reason to add it.  (And there's feature-creep involved, too;  once we've got Decimal * timedelta, there will probably also be requests for timedelta / Decimal, and possibly timedelta / timedelta -> Decimal too).
History
Date User Action Args
2012-09-19 18:52:47mark.dickinsonsetrecipients: + mark.dickinson, belopolsky, cool-RR
2012-09-19 18:52:47mark.dickinsonsetmessageid: <1348080767.92.0.314659135298.issue15975@psf.upfronthosting.co.za>
2012-09-19 18:52:47mark.dickinsonlinkissue15975 messages
2012-09-19 18:52:47mark.dickinsoncreate