Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8e7761e

Browse files
committed
Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.
1 parent 88a5bf0 commit 8e7761e

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Misc/NEWS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,17 @@ Library
4141
Based on patch by Stephen Tu.
4242

4343
- Issue #8478: Untokenizer.compat processes first token from iterator input.
44-
Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
44+
Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
4545

4646
- Issue #20594: Avoid name clash with the libc function posix_close.
4747

4848
- Issue #19856: shutil.move() failed to move a directory to other directory
4949
on Windows if source name ends with os.altsep.
5050

51+
- Issue #20673: Implement support for UNIX Domain Sockets in asyncio.
52+
New APIs: loop.create_unix_connection(), loop.create_unix_server(),
53+
streams.open_unix_connection(), and streams.start_unix_server().
54+
5155
Tests
5256
-----
5357

0 commit comments

Comments
 (0)