This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jcea
Recipients
Date 2003-06-25.13:11:28
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
When an uncached exception arises in "asyncore", the
method "handle_error" is called. This method calls
"self.close()" when it MUST call "self.handle_close()",
in order to support correctly the "delegation" design
pattern, for example.

History
Date User Action Args
2007-08-23 14:14:13adminlinkissue760475 messages
2007-08-23 14:14:13admincreate