This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author belopolsky
Recipients belopolsky, exarkun, lemburg, madison.may, pitrou
Date 2013-08-02.22:47:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375483672.39.0.318388706344.issue18629@psf.upfronthosting.co.za>
In-reply-to
Content
> Does a result of one and one half seconds make sense as the result of a floor division operation?

Yes.  Timedeltas behave as integers containing the number of microseconds:

>>> timedelta(microseconds=1) / 2
datetime.timedelta(0)
History
Date User Action Args
2013-08-02 22:47:52belopolskysetrecipients: + belopolsky, lemburg, exarkun, pitrou, madison.may
2013-08-02 22:47:52belopolskysetmessageid: <1375483672.39.0.318388706344.issue18629@psf.upfronthosting.co.za>
2013-08-02 22:47:52belopolskylinkissue18629 messages
2013-08-02 22:47:52belopolskycreate