mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315)
This commit is contained in:
parent
3ed4d25158
commit
5305cc9dbf
1 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue