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 josiahcarlson
Recipients akuchling, djarb, facundobatista, forest, giampaolo.rodola, gvanrossum, jafo, josiahcarlson, markb
Date 2009-03-03.21:26:13
SpamBayes Score 7.877813e-08
Marked as misclassified No
Message-id <1236115577.91.0.16654090332.issue1641@psf.upfronthosting.co.za>
In-reply-to
Content
I've just attached a patch to sched.py and asyncore.py to offer a richer 
set of features for sched.py, with a call_later() function and minimal 
related classes for asyncore.py to handle most reasonable use-cases.

There is no documentation or tests, but I can add those based on 
Giampaolo's tests and docs if we like this approach better.
History
Date User Action Args
2009-03-03 21:26:18josiahcarlsonsetrecipients: + josiahcarlson, gvanrossum, akuchling, facundobatista, jafo, forest, giampaolo.rodola, djarb, markb
2009-03-03 21:26:17josiahcarlsonsetmessageid: <1236115577.91.0.16654090332.issue1641@psf.upfronthosting.co.za>
2009-03-03 21:26:16josiahcarlsonlinkissue1641 messages
2009-03-03 21:26:16josiahcarlsoncreate