[issue1289118] timedelta multiply and divide by floating point

Mark Dickinson report at bugs.python.org
Tue May 25 14:57:45 CEST 2010


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

There's a patch in issue 8817 that exposes a round-to-nearest form of divmod in a function called _PyLong_Divmod_Near;  this would save on duplication of code.

----------

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


More information about the Python-bugs-list mailing list