[Python-checkins] cpython (3.4): Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.

larry.hastings python-checkins at python.org
Mon Mar 17 07:31:57 CET 2014


http://hg.python.org/cpython/rev/befaf4b93db7
changeset:   89723:befaf4b93db7
branch:      3.4
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue Feb 18 12:21:57 2014 -0500
summary:
  Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.

files:
  Misc/NEWS |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,10 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list