| commit | 86cbfec50aa025a16b83c9ea1de7be438f4e7997 | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 26 23:25:34 2011 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 26 23:25:34 2011 +0000 |
| tree | a9554bb6829927fd3ba8b5e7bc2ee4d0dcc1903b | |
| parent | 849272bf021dd34bfe4a847e320f8e0eb21d2350 [diff] |
Merged revisions 88664 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r88664 | antoine.pitrou | 2011-02-27 00:24:06 +0100 (dim., 27 févr. 2011) | 4 lines Issue #11326: Add the missing connect_ex() implementation for SSL sockets, and make it work for non-blocking connects. ........