mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
Misc/NEWS: Add a news item for UNIX Sockets support in asyncio. Cleanup WS.
This commit is contained in:
parent
b057c52b01
commit
907f0172e5
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ Core and Builtins
|
||||||
Library
|
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 #20616: Add a format() method to tracemalloc.Traceback.
|
||||||
|
|
||||||
- Issue #19744: the ensurepip installation step now just prints a warning to
|
- Issue #19744: the ensurepip installation step now just prints a warning to
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue