Paul Ganssle <p.gans...@gmail.com> added the comment:

I am pretty neutral on this. I don't think it will be terribly difficult to 
implement or maintain this, and while there are a few possible behaviors, if 
you think about it for a bit, addition with overflow behavior *does* seem like 
the natural way to implement it.

That said, I don't see an amazingly compelling use case for this. It's fairly 
rare to need to represent abstract times *at all*, and it's even more rare for 
performing arithmetic on those abstract times to be meaningful. I think the 
most dangerous aspect of this is that we might make it easier to do something 
that, for most people, would be the wrong thing to do.

Does anyone have some examples of real-world use cases for this, so that we're 
not designing in a vacuum?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue17267>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to