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 gregory.p.smith
Recipients benjamin.peterson, gregory.p.smith, koobs, mcjeff, r.david.murray, vstinner
Date 2015-04-24.00:54:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429836841.99.0.577307169003.issue23863@psf.upfronthosting.co.za>
In-reply-to
Content
diverging discussion: Go re-read the documentation on os.times().  It is plural, it isn't just CPU time.  (on POSIX os.times()[4] is likely to be the system uptime in seconds as a float... it cannot be changed like the absolute clock can, it is a relative monotonic clock).
History
Date User Action Args
2015-04-24 00:54:02gregory.p.smithsetrecipients: + gregory.p.smith, vstinner, benjamin.peterson, r.david.murray, mcjeff, koobs
2015-04-24 00:54:01gregory.p.smithsetmessageid: <1429836841.99.0.577307169003.issue23863@psf.upfronthosting.co.za>
2015-04-24 00:54:01gregory.p.smithlinkissue23863 messages
2015-04-24 00:54:01gregory.p.smithcreate