Alexander Belopolsky added the comment: In fact, this is a near-duplicate of #14262 becaus instead of
>>> decimal.Decimal('0.1')*datetime.timedelta(seconds=3) one can always write >>> datetime.timedelta(seconds=decimal.Decimal('0.1')*3) ---------- _______________________________________ 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