[issue12498] asyncore.dispatcher_with_send, disconnection problem + miss-conception

Xavier de Gaye report at bugs.python.org
Sun Oct 30 13:36:41 CET 2011


Xavier de Gaye <xdegaye at gmail.com> added the comment:

Thanks for the explanations.
I confirm that the patch fixes 'asyncore_12498.py' with your changes
applied to this script.

Note that the patch may break applications that have given different
semantics to 'closing' ('closing' being such a common name for a
network application) after they noticed that this attribute is never
used by asyncore nor by asynchat.

It seems that the same fix could also be applied to asynchat.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12498>
_______________________________________


More information about the Python-bugs-list mailing list