From: Antoine Pitrou Date: Wed, 15 Oct 2014 14:59:58 +0000 (+0200) Subject: Issue #22641: In asyncio, the default SSL context for client connections is now creat... X-Git-Tag: v3.5.0a1~656 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94522ebe388d694c9ec46b01c1ab4777bf6d8c9a;p=thirdparty%2FPython%2Fcpython.git Issue #22641: In asyncio, the default SSL context for client connections is now created using ssl.create_default_context(), for stronger security. --- 94522ebe388d694c9ec46b01c1ab4777bf6d8c9a diff --cc Misc/NEWS index b5814b574db6,fd8011e29806..ac80d74cb574 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -175,14 -27,9 +175,17 @@@ Core and Builtin Library ------- + - Issue #22641: In asyncio, the default SSL context for client connections + is now created using ssl.create_default_context(), for stronger security. + +- Issue #21338: Add silent mode for compileall. quiet parameters of + compile_{dir, file, path} functions now have a multilevel value. Also, + -q option of the CLI now have a multilevel value. Patch by Thomas Kluyver. + +- Issue #20152: Convert the array and cmath modules to Argument Clinic. + +- Issue #18643: Add socket.socketpair() on Windows. + - Issue #22435: Fix a file descriptor leak when SocketServer bind fails. - Issue #13096: Fixed segfault in CTypes POINTER handling of large