[issue3250] datetime.time does not support arithmetic

Skip Montanaro report at bugs.python.org
Mon Jul 7 01:23:32 CEST 2008


Skip Montanaro <skip at pobox.com> added the comment:

George> To handle overflows, I figured it should wrap around a 24-hour
    George> limit.

That's precisely the reason that time objects don't support arithmetic.
There is no obviously best way to handle overflow.

----------
nosy: +skip.montanaro

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


More information about the Python-bugs-list mailing list