Add a NEWS entry for #29870 (PR #981) (#2047)

This commit is contained in:
Yury Selivanov 2017-06-09 18:38:30 -04:00 committed by GitHub
parent d1f575116a
commit 70fede100e
1 changed files with 3 additions and 0 deletions

View File

@ -350,6 +350,9 @@ Extension Modules
Library
-------
- bpo-29870: Fix ssl sockets leaks when connection is aborted in asyncio/ssl
implementation. Patch by Michaël Sghaïer.
- bpo-29743: Closing transport during handshake process leaks open socket.
Patch by Nikolay Kim