]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315)
authoridomic <michael.ido@gmail.com>
Mon, 10 Feb 2020 09:48:40 +0000 (04:48 -0500)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 09:48:40 +0000 (10:48 +0100)
Doc/library/asyncio-eventloop.rst

index 0029d94f0b59864bb0e0e9fcd45f01244cd157b7..3acd79d283580089a9bfb6a24b52bbd2520cdce8 100644 (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