Mark Dickinson added the comment:

I'm not sure I see a use-case for timedelta // int at all.  To make sense of 
that, you first need some way to make sense of floor(timedelta), and as you say 
it's not clear what that should mean:  number of seconds?  number of days?  
Either of those would seem more natural than number of microseconds, though.

timedelta // timedelta and timedelta / int on the other hand have an obvious 
meaning.

----------

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

Reply via email to