diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-02-18 12:21:57 -0500 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-02-18 12:21:57 -0500 |
commit | 907f0172e558a4003eb287303be862092eca6dc0 (patch) | |
tree | 10faf1e71e74b5ff8a2a9cf24d638f5592fdd477 | |
parent | b057c52b0175a31ee8a786a780bd0eef785820ae (diff) | |
download | cpython-git-907f0172e558a4003eb287303be862092eca6dc0.tar.gz |
Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |