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, intgr, jafo, josiahcarlson, kevinwatters, markb
Date 2009-03-31.21:08:14
SpamBayes Score 6.529115e-08
Marked as misclassified No
Message-id <1238533698.5.0.535707961014.issue1641@psf.upfronthosting.co.za>
In-reply-to
Content
I fixed some bugs with my patch, merged in Giampaolo's tests and 
documentation, and altered the API to match Giampaolo's API almost 
completely.

This new version differs from Giampaolo's patch only in underlying 
implementation; this uses a modified sched.py, and doesn't have a 
standard "execute outstanding methods" function built into asyncore 
(asynchat.scheduled_tasks.run(time.time()) is sufficient).

The major difference is that the modifications to sched.py offer a fast 
cancel/reschedule operation, which Giampaolo's lacks.
History
Date User Action Args
2009-03-31 21:08:19josiahcarlsonsetrecipients: + josiahcarlson, gvanrossum, akuchling, facundobatista, jafo, forest, giampaolo.rodola, kevinwatters, djarb, markb, intgr
2009-03-31 21:08:18josiahcarlsonsetmessageid: <1238533698.5.0.535707961014.issue1641@psf.upfronthosting.co.za>
2009-03-31 21:08:17josiahcarlsonlinkissue1641 messages
2009-03-31 21:08:17josiahcarlsoncreate