[issue4078] asyncore fixes are not backwards compatible
Josiah Carlson
report at bugs.python.org
Wed Oct 8 23:21:07 CEST 2008
Josiah Carlson <josiahcarlson at users.sourceforge.net> added the comment:
Zope's medusa was relying on internal details of asyncore (the
ac_out_buffer attribute), which is no longer applicable. It also seems
as though much of medusa itself borrows from asynchat.async_chat, which
suggests that it should subclass there.
----------
resolution: -> wont fix
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4078>
_______________________________________
More information about the Python-bugs-list
mailing list