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 giampaolo.rodola
Recipients christian.heimes, giampaolo.rodola, janssen, josiahcarlson
Date 2008-02-06.20:49:18
SpamBayes Score 0.17385839
Marked as misclassified No
Message-id <1202330959.67.0.546218356035.issue2006@psf.upfronthosting.co.za>
In-reply-to
Content
I still don't get it.  Maybe you're talking about something like "call a
function at the next select() loop" which in Twisted is equal to:
>>> reactor.callLater(0, something)

By using my patched asyncore you can do the same with:
>>> self.call_later(0, something)
History
Date User Action Args
2008-02-06 20:49:19giampaolo.rodolasetspambayes_score: 0.173858 -> 0.17385839
recipients: + giampaolo.rodola, josiahcarlson, janssen, christian.heimes
2008-02-06 20:49:19giampaolo.rodolasetspambayes_score: 0.173858 -> 0.173858
messageid: <1202330959.67.0.546218356035.issue2006@psf.upfronthosting.co.za>
2008-02-06 20:49:18giampaolo.rodolalinkissue2006 messages
2008-02-06 20:49:18giampaolo.rodolacreate