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 vstinner
Recipients akuchling, djarb, facundobatista, forest, giampaolo.rodola, gvanrossum, intgr, j1m, jafo, josiahcarlson, kevinwatters, mark.dickinson, markb, mcdonc, pitrou, python-dev, r.david.murray, stutzbach, terry.reedy, tseaver, vstinner
Date 2014-05-28.21:37:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401313026.09.0.66631632534.issue1641@psf.upfronthosting.co.za>
In-reply-to
Content
asyncore documentation now starts with this note (which was approved by the asyncore maintainer):
"This module exists for backwards compatibility only. For new code we recommend using asyncio."

Since asyncio is now part of the stdlib, I don't think that it's worth to enhance asyncore. asyncore has design flaws like its poll() function which doesn't scale well with the number of file descriptors.

The latest patch for this issue was written 5 years ago, I don't think that many people are waiting for this feature in asyncore. Delayed calls are part of asyncio core, it's well designed and *efficient*.

So I'm now closing this issue. "Upgrade" your code to asyncio!
History
Date User Action Args
2014-05-28 21:37:06vstinnersetrecipients: + vstinner, gvanrossum, akuchling, terry.reedy, facundobatista, jafo, josiahcarlson, tseaver, mark.dickinson, pitrou, forest, giampaolo.rodola, kevinwatters, djarb, stutzbach, markb, r.david.murray, intgr, mcdonc, j1m, python-dev
2014-05-28 21:37:06vstinnersetmessageid: <1401313026.09.0.66631632534.issue1641@psf.upfronthosting.co.za>
2014-05-28 21:37:06vstinnerlinkissue1641 messages
2014-05-28 21:37:05vstinnercreate