Kaydet (Commit) 8e7761ec authored tarafından Yury Selivanov's avatar Yury Selivanov

Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.

üst 88a5bf0b
...@@ -48,6 +48,10 @@ Library ...@@ -48,6 +48,10 @@ Library
- Issue #19856: shutil.move() failed to move a directory to other directory - Issue #19856: shutil.move() failed to move a directory to other directory
on Windows if source name ends with os.altsep. 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 Tests
----- -----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment