bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315)

This commit is contained in:
idomic 2020-02-10 04:48:40 -05:00 committed by GitHub
parent 3ed4d25158
commit 5305cc9dbf
1 changed files with 3 additions and 2 deletions

View File

@ -359,7 +359,8 @@ Opening network connections
host=None, port=None, \*, ssl=None, \
family=0, proto=0, flags=0, sock=None, \
local_addr=None, server_hostname=None, \
ssl_handshake_timeout=None)
ssl_handshake_timeout=None, \
happy_eyeballs_delay=None, interleave=None)
Open a streaming transport connection to a given
address specified by *host* and *port*.
@ -448,7 +449,7 @@ Opening network connections
.. versionadded:: 3.8
The *happy_eyeballs_delay* and *interleave* parameters.
Added the *happy_eyeballs_delay* and *interleave* parameters.
.. versionadded:: 3.7