[issue909005] asyncore fixes and improvements

Giampaolo Rodola' report at bugs.python.org
Tue Mar 31 23:28:37 CEST 2009


Giampaolo Rodola' <billiejoex at users.sourceforge.net> added the comment:

> I can't think of a situation where handle_close() is called, but close()
> should not be called. If indeed so, i feel it's weird to require the
> user remember to call close(), and it should IMHO be done automatically.

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

----------

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


More information about the Python-bugs-list mailing list