Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d211bfb

Browse files
committed
Merge 3.5 (whatsnew)
2 parents 81d167a + af74512 commit d211bfb

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

Doc/whatsnew/3.5.rst

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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

853858
bz2
854859
---

0 commit comments

Comments
 (0)