Skip to content

Commit af95d79

Browse files
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315)
(cherry picked from commit 5305cc9) Co-authored-by: idomic <[email protected]>
1 parent dc56f5f commit af95d79

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,8 @@ Opening network connections
347347
host=None, port=None, \*, ssl=None, \
348348
family=0, proto=0, flags=0, sock=None, \
349349
local_addr=None, server_hostname=None, \
350-
ssl_handshake_timeout=None)
350+
ssl_handshake_timeout=None, \
351+
happy_eyeballs_delay=None, interleave=None)
351352

352353
Open a streaming transport connection to a given
353354
address specified by *host* and *port*.
@@ -436,7 +437,7 @@ Opening network connections
436437

437438
.. versionadded:: 3.8
438439

439-
The *happy_eyeballs_delay* and *interleave* parameters.
440+
Added the *happy_eyeballs_delay* and *interleave* parameters.
440441

441442
.. versionadded:: 3.7
442443

0 commit comments

Comments
 (0)