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 pitrou
Recipients ddvoinikov, pitrou
Date 2010-09-18.14:20:54
SpamBayes Score 0.0018330946
Marked as misclassified No
Message-id <1284819656.08.0.662073581621.issue9892@psf.upfronthosting.co.za>
In-reply-to
Content
It consistently doesn't here:
0.10013985633850098
0.1001589298248291
(etc.)

What system are you using? There are two factors:
- accuracy of the timeout in the wait() function
- accuracy of the results returned by time()

Apart from a possible bug in Python, both of these factors depend on the operating system.
History
Date User Action Args
2010-09-18 14:20:56pitrousetrecipients: + pitrou, ddvoinikov
2010-09-18 14:20:56pitrousetmessageid: <1284819656.08.0.662073581621.issue9892@psf.upfronthosting.co.za>
2010-09-18 14:20:54pitroulinkissue9892 messages
2010-09-18 14:20:54pitroucreate