]> granicus.if.org Git - python/commitdiff
Issue #22641: In asyncio, the default SSL context for client connections is now creat...
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Oct 2014 14:59:58 +0000 (16:59 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 15 Oct 2014 14:59:58 +0000 (16:59 +0200)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index b5814b574db6b5fbe2bcdbb72a804a15d55ccbd4,fd8011e298060109adf8a2055cdee94fa82d4abc..ac80d74cb574e6ba277060fdebf9965687df146f
+++ 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