Alexander Belopolsky added the comment:

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.

----------

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

Reply via email to