Mark Dickinson added the comment:

> 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).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15975>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to