]> granicus.if.org Git - python/commit
Issue #7995: When calling accept() on a socket with a timeout, the returned
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Jan 2011 21:03:42 +0000 (21:03 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 5 Jan 2011 21:03:42 +0000 (21:03 +0000)
commit600232b562391d62f33dcc19c09eb9c3e9190c46
tree37871d8858bf75a0e98bf602be889775e5048a31
parent7d967712b8cc35b4cc33c1a7be14ddc9baba2c97
Issue #7995: When calling accept() on a socket with a timeout, the returned
socket is now always non-blocking, regardless of the operating system.
Lib/socket.py
Lib/test/test_socket.py
Misc/NEWS