Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88a5bf0 commit 8e7761eCopy full SHA for 8e7761e
1 file changed
Misc/NEWS
@@ -41,13 +41,17 @@ Library
41
Based on patch by Stephen Tu.
42
43
- Issue #8478: Untokenizer.compat processes first token from iterator input.
44
- Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
+ Patch based on lines from Georg Brandl, Eric Snow, and Gareth Rees.
45
46
- Issue #20594: Avoid name clash with the libc function posix_close.
47
48
- Issue #19856: shutil.move() failed to move a directory to other directory
49
on Windows if source name ends with os.altsep.
50
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
+
55
Tests
56
-----
57
0 commit comments