[Python-Dev] asyncore fixes in Python 2.6 broke Zope's version of medusa
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Mar 5 22:23:20 CET 2009
Josiah Carlson wrote:
> A read callback, a write callback. What about close, error, connect,
> and accept callbacks?
Yep, all those as well.
> I hate to say it (not really), but that's pretty much the handle_*()
> methods of asyncore :/ .
Well, then, what's the problem?
Is there anything else people want that asyncore doesn't
provide, or is it just a matter of nailing down the existing
API a little?
--
Greg
More information about the Python-Dev
mailing list