mirror of https://github.com/python/cpython
Merge 3.5 (whatsnew)
This commit is contained in:
commit
d211bfbe79
|
@ -844,11 +844,16 @@ Updates in 3.5.2:
|
|||
sequence appears.
|
||||
(Contributed by Mark Korenberg.)
|
||||
|
||||
* The :meth:`loop.getaddrinfo() <asyncio.BaseEventLoop.getaddrinfo>`
|
||||
method is optimized to avoid calling the system ``getaddrinfo``
|
||||
* The :meth:`loop.create_connection() <asyncio.BaseEventLoop.create_connection>`
|
||||
and :meth:`loop.create_server() <asyncio.BaseEventLoop.create_server>`
|
||||
methods are optimized to avoid calling the system ``getaddrinfo``
|
||||
function if the address is already resolved.
|
||||
(Contributed by A. Jesse Jiryu Davis.)
|
||||
|
||||
* The :meth:`loop.sock_connect(sock, address) <asyncio.BaseEventLoop.sock_connect>`
|
||||
no longer requires the *address* to be resolved prior to the call.
|
||||
(Contributed by A. Jesse Jiryu Davis.)
|
||||
|
||||
|
||||
bz2
|
||||
---
|
||||
|
|
Loading…
Reference in New Issue