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

yury.selivanov python-checkins at python.org
Tue Feb 18 18:22:07 CET 2014


http://hg.python.org/cpython/rev/d6c7d1f18915
changeset:   89253:d6c7d1f18915
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 |  6 +++++-
  1 files changed, 5 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,13 +41,17 @@
   Based on patch by Stephen Tu.
 
 - Issue #8478: Untokenizer.compat processes first token from iterator input.
-  Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.  
+  Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
 
 - Issue #20594: Avoid name clash with the libc function posix_close.
 
 - Issue #19856: shutil.move() failed to move a directory to other directory
   on Windows if source name ends with os.altsep.
 
+- 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().
+
 Tests
 -----
 

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


More information about the Python-checkins mailing list