commit | cfd6200db5642772ba3578881fac7216e809f89c | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Fri Mar 26 19:33:53 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Fri Mar 26 19:33:53 2010 +0000 |
tree | 0c52b69dba9eef1aad0db4d9ab79d3e55e38f219 | |
parent | b5f062703e6950bbf0d40779c98b868b474d0f99 [diff] |
Merged revisions 79448 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79448 | antoine.pitrou | 2010-03-26 20:27:16 +0100 (ven., 26 mars 2010) | 6 lines Issue #8222: Enable the SSL_MODE_AUTO_RETRY flag on SSL sockets, so that blocking reads and writes are always retried by OpenSSL itself. (this is a followup to issue #3890) ........