[issue23521] OverflowError from timedelta * float in datetime.py

Alexander Belopolsky report at bugs.python.org
Thu Feb 26 17:16:54 CET 2015


Alexander Belopolsky added the comment:

I addressed review comments and fixed the case of negative divisor.  There  may be a better solution than calling the function recursively, but I wanted an easy to understand code.

----------
Added file: http://bugs.python.org/file38247/issue23521-5.patch

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


More information about the Python-bugs-list mailing list