[issue909005] asyncore fixes and improvements

Aleksi Torhamo report at bugs.python.org
Tue Mar 31 23:36:25 CEST 2009


Aleksi Torhamo <alexerion+pythonbugs at gmail.com> added the comment:

> It's already done automatically if you don't override handle_close.

Sorry, i meant the case where you need to override it. If we always need
to call close() from handle_close(), it feels redundant having to
remember to add it, when it could be done automatically instead. Why not
do it automatically, if every overriding user must otherwise always
remember to add it?

----------

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


More information about the Python-bugs-list mailing list