]> granicus.if.org Git - python/commit
Issue #8524: When creating an SSL socket, the timeout value of the
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Apr 2010 22:04:40 +0000 (22:04 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 24 Apr 2010 22:04:40 +0000 (22:04 +0000)
commit40f0874b5556b278526ee9443b83efa2a6f723ca
tree24f90858038b2aac9c83f9145de32d5b4730f80d
parentd3f8ab8bd37d942d64773e9043697003b8502049
Issue #8524: When creating an SSL socket, the timeout value of the
original socket wasn't retained (instead, a socket with a positive timeout
would be turned into a non-blocking SSL socket).
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS