summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-02-18 12:21:57 -0500
committerYury Selivanov <yselivanov@sprymix.com>2014-02-18 12:21:57 -0500
commit907f0172e558a4003eb287303be862092eca6dc0 (patch)
tree10faf1e71e74b5ff8a2a9cf24d638f5592fdd477
parentb057c52b0175a31ee8a786a780bd0eef785820ae (diff)
downloadcpython-git-907f0172e558a4003eb287303be862092eca6dc0.tar.gz
Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 48b2b89f39..aee36ac0f8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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