[issue1289118] timedelta multiply and divide by floating point

Mark Dickinson report at bugs.python.org
Mon May 24 21:58:59 CEST 2010


Mark Dickinson <dickinsm at gmail.com> added the comment:

Re rounding:  I'll just note that timedelta / timedelta -> float currently does round to nearest;  I'd find it quite surprising if float * timedelta -> timedelta didn't round to nearest.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1289118>
_______________________________________


More information about the Python-bugs-list mailing list