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 giampaolo.rodola, josiah.carlson, josiahcarlson, pitrou
Date 2010-05-12.23:49:03
SpamBayes Score 0.054948926
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
You know, one benefit of having user-settable sleep() and time() functions is that you can mock them easily, and therefore check that sched.py really schedules callables at the right intervals.
History
Date User Action Args
2010-05-12 23:49:05pitrousetrecipients: + pitrou, josiahcarlson, giampaolo.rodola, josiah.carlson
2010-05-12 23:49:05pitrousetmessageid: <[email protected]>
2010-05-12 23:49:03pitroulinkissue8687 messages
2010-05-12 23:49:03pitroucreate