Skip to content

Commit 5305cc9

Browse files
authored
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315)
1 parent 3ed4d25 commit 5305cc9

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
@@ -359,7 +359,8 @@ Opening network connections
359359
host=None, port=None, \*, ssl=None, \
360360
family=0, proto=0, flags=0, sock=None, \
361361
local_addr=None, server_hostname=None, \
362-
ssl_handshake_timeout=None)
362+
ssl_handshake_timeout=None, \
363+
happy_eyeballs_delay=None, interleave=None)
363364

364365
Open a streaming transport connection to a given
365366
address specified by *host* and *port*.
@@ -448,7 +449,7 @@ Opening network connections
448449

449450
.. versionadded:: 3.8
450451

451-
The *happy_eyeballs_delay* and *interleave* parameters.
452+
Added the *happy_eyeballs_delay* and *interleave* parameters.
452453

453454
.. versionadded:: 3.7
454455

0 commit comments

Comments
 (0)