commit | d3f6ea1d1e53f5ff35ebd149ddc57a1a0cb5e543 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 26 23:35:27 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 26 23:35:27 2011 +0000 |
tree | 5113433df1f0c506947446143bbf2eebe6a7cecc | |
parent | 8059e1e2140d08683429a6731ecf4b1d2385cce3 [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. ........