commit | e93bf7aed201b542334428e6b7bb742cd6c380ec | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 26 23:24:06 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Feb 26 23:24:06 2011 +0000 |
tree | b68e263d9653972a486f06e86d86d02613bb065a | |
parent | 2e7965e8b001826f6381877aa8a9ec60574b3ca3 [diff] |
Issue #11326: Add the missing connect_ex() implementation for SSL sockets, and make it work for non-blocking connects.
diff --git a/Misc/NEWS b/Misc/NEWS index 5cad446..bfd73fd 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,9 @@ Library ------- +- Issue #11326: Add the missing connect_ex() implementation for SSL sockets, + and make it work for non-blocking connects. + - Issue #11297: Add collections.ChainMap(). - Issue #10755: Add the posix.fdlistdir() function. Patch by Ross Lagerwall.