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 skip.montanaro
Recipients Alexander.Belopolsky, brett.cannon, l0nwlf, mark.dickinson, skip.montanaro, tebeka, vstinner, webograph
Date 2010-04-20.21:52:09
SpamBayes Score 0.008654873
Marked as misclassified No
Message-id <19406.8710.206059.190058@montanaro.dyndns.org>
In-reply-to <1271799468.17.0.361930270809.issue1083@psf.upfronthosting.co.za>
Content
Mark> I think it's fine to do the division and round the result to the
    Mark> nearest whole number of microseconds.

Right.  Just think of a timedelta as a floating point number of seconds with
very limited precision (1e-6 seconds).
History
Date User Action Args
2010-04-20 21:52:11skip.montanarosetrecipients: + skip.montanaro, brett.cannon, tebeka, mark.dickinson, vstinner, webograph, Alexander.Belopolsky, l0nwlf
2010-04-20 21:52:09skip.montanarolinkissue1083 messages
2010-04-20 21:52:09skip.montanarocreate