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 lemburg
Recipients belopolsky, exarkun, lemburg, madison.may, pitrou
Date 2013-08-03.10:48:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <51FCDFE1.3000108@egenix.com>
In-reply-to <1375483672.39.0.318388706344.issue18629@psf.upfronthosting.co.za>
Content
On 03.08.2013 00:47, Alexander Belopolsky wrote:
> 
> Alexander Belopolsky added the comment:
> 
>> 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)

I think that's a very obscure interpretation of floor division for
timedeltas :-)

IMO, floor division result should work on seconds, not microseconds.
History
Date User Action Args
2013-08-03 10:48:08lemburgsetrecipients: + lemburg, exarkun, belopolsky, pitrou, madison.may
2013-08-03 10:48:08lemburglinkissue18629 messages
2013-08-03 10:48:08lemburgcreate