]> granicus.if.org Git - python/commit
Issue #5103: SSL handshake would ignore the socket timeout and block
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Apr 2010 20:04:58 +0000 (20:04 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Apr 2010 20:04:58 +0000 (20:04 +0000)
commitfc69af15629389801db4da64ac06b0a0e747e60a
treed2144b94112f150a0df14985241d73227ea955e2
parent4d3e372ff3f611aa76458a48f26ec4701315c128
Issue #5103: SSL handshake would ignore the socket timeout and block
indefinitely if the other end didn't respond.
Lib/ssl.py
Lib/test/test_poplib.py
Lib/test/test_ssl.py
Misc/NEWS