[Python-Dev] datetime.timedelta total_microseconds

Alexander Belopolsky alexander.belopolsky at gmail.com
Thu Feb 28 13:55:37 EST 2019


> while "some_var / some_other_var" could be doing anything.

"At an elementary level the division of two natural numbers is – among
other possible interpretations – the process of calculating the number of
times one number is contained within another one."

-- <https://en.wikipedia.org/wiki/Division_(mathematics)>

The process of figuring out how many seconds fit into a given interval is
called division by a second.

I am afraid people who get confused by timedelta / timedelta division know
too much about Python where / can indeed mean anything including e.g.
joining filesystem paths.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20190228/41ef3ddb/attachment.html>


More information about the Python-Dev mailing list