]> granicus.if.org Git - python/commit
Merged revisions 88664 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 26 Feb 2011 23:25:34 +0000 (23:25 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 26 Feb 2011 23:25:34 +0000 (23:25 +0000)
commit86cbfec50aa025a16b83c9ea1de7be438f4e7997
treea9554bb6829927fd3ba8b5e7bc2ee4d0dcc1903b
parent849272bf021dd34bfe4a847e320f8e0eb21d2350
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.
........
Lib/ssl.py
Lib/test/test_ssl.py
Misc/NEWS