1 message in org.python.python-bugs-list[ python-Bugs-654766 ] asyncore.py an...
FromSent OnAttachments
SourceForge.netMar 4, 2004 9:25 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[ python-Bugs-654766 ] asyncore.py and "handle_expt"Actions...
From:SourceForge.net (nore@sourceforge.net)
Date:Mar 4, 2004 9:25:01 am
List:org.python.python-bugs-list

Bugs item #654766, was opened at 2002-12-16 21:42 Message generated for change (Comment added) made by klimkin You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=105470&aid=654766&group_id=5470

Category: Python Library Group: Python 2.3 Status: Open Resolution: None Priority: 5 Submitted By: Jes?s Cea Avi?n (jcea) Assigned to: Nobody/Anonymous (nobody) Summary: asyncore.py and "handle_expt"

Initial Comment: Python 2.2.2 here.

Asyncore.py doesn't invoke "handle_expt" ever ("handle_expt" is documented in docs). Managing OOB data is imprescindible to handle "connection refused" errors in Windows, for example.

----------------------------------------------------------------------

Comment By: Alexey Klimkin (klimkin) Date: 2004-03-04 11:24

Message: Logged In: YES user_id=410460

Patch #909005 fixes the problem.

----------------------------------------------------------------------