Kaydet (Commit) 5b07f3cb authored tarafından Giampaolo Rodolà's avatar Giampaolo Rodolà

(issue 2944) reverting r83704 changes as per Barry Warsaw request

üst 6980342c
......@@ -428,9 +428,6 @@ class dispatcher:
self.handle_read()
def handle_connect_event(self):
err = self.socket.getsockopt(socket.SOL_SOCKET, socket.SO_ERROR)
if err != 0:
raise socket.error(err, _strerror(err))
self.handle_connect()
self.connected = True
......
......@@ -817,4 +817,3 @@ Tarek Ziad
Peter strand
Jesse Noller
Fredrik Hrd
Alexander Shigin
......@@ -109,8 +109,6 @@ C-API
Library
-------
- Issue #2944: asyncore doesn't handle connection refused correctly.
- Issue #8447: Make distutils.sysconfig follow symlinks in the path to
the interpreter executable. This fixes a failure of test_httpservers
on OS X.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment