mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
bpo-46805: Add low level UDP socket functions to asyncio (GH-31455)
This commit is contained in:
parent
7e473e94a5
commit
9f04ee569c
12 changed files with 489 additions and 7 deletions
|
@ -226,6 +226,15 @@ New Modules
|
|||
Improved Modules
|
||||
================
|
||||
|
||||
asyncio
|
||||
-------
|
||||
|
||||
* Add raw datagram socket functions to the event loop:
|
||||
:meth:`~asyncio.AbstractEventLoop.sock_sendto`,
|
||||
:meth:`~asyncio.AbstractEventLoop.sock_recvfrom` and
|
||||
:meth:`~asyncio.AbstractEventLoop.sock_recvfrom_into`.
|
||||
(Contributed by Alex Grönholm in :issue:`46805`.)
|
||||
|
||||
fractions
|
||||
---------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue