Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 18 Feb 2014 17:21:57 +0000 (12:21 -0500)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 18 Feb 2014 17:21:57 +0000 (12:21 -0500)
Misc/NEWS

index 48b2b89f399b7cc61d212bdd13fccdfe57f8661f..aee36ac0f808758cdc67a99dfe155eb34e6a29e3 100644 (file)
--- 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