File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -844,11 +844,16 @@ Updates in 3.5.2:
844844 sequence appears.
845845 (Contributed by Mark Korenberg.)
846846
847- * The :meth: `loop.getaddrinfo() <asyncio.BaseEventLoop.getaddrinfo> `
848- method is optimized to avoid calling the system ``getaddrinfo ``
847+ * The :meth: `loop.create_connection() <asyncio.BaseEventLoop.create_connection> `
848+ and :meth: `loop.create_server() <asyncio.BaseEventLoop.create_server> `
849+ methods are optimized to avoid calling the system ``getaddrinfo ``
849850 function if the address is already resolved.
850851 (Contributed by A. Jesse Jiryu Davis.)
851852
853+ * The :meth: `loop.sock_connect(sock, address) <asyncio.BaseEventLoop.sock_connect> `
854+ no longer requires the *address * to be resolved prior to the call.
855+ (Contributed by A. Jesse Jiryu Davis.)
856+
852857
853858bz2
854859---
You can’t perform that action at this time.
0 commit comments