Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.

This commit is contained in:
Yury Selivanov 2014-02-18 12:21:57 -05:00
parent b057c52b01
commit 907f0172e5
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ Core and Builtins
Library
-------
- Issue #20673: Implement support for UNIX Domain Sockets in asyncio.
New APIs: loop.create_unix_connection(), loop.create_unix_server(),
streams.open_unix_connection(), and streams.start_unix_server().
- Issue #20616: Add a format() method to tracemalloc.Traceback.
- Issue #19744: the ensurepip installation step now just prints a warning to