]> granicus.if.org Git - python/commit
Issue #11326: Add the missing connect_ex() implementation for SSL sockets,
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 26 Feb 2011 23:24:06 +0000 (23:24 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 26 Feb 2011 23:24:06 +0000 (23:24 +0000)
commite93bf7aed201b542334428e6b7bb742cd6c380ec
treeb68e263d9653972a486f06e86d86d02613bb065a
parent2e7965e8b001826f6381877aa8a9ec60574b3ca3
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