]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39128: Added happy_eyeballs_delay, interleave to function signature (GH-18315)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 10 Feb 2020 09:54:38 +0000 (01:54 -0800)
committerGitHub <noreply@github.com>
Mon, 10 Feb 2020 09:54:38 +0000 (01:54 -0800)
(cherry picked from commit 5305cc9dbfe8a5a0ab666511f3ba7f026c8983f8)

Co-authored-by: idomic <michael.ido@gmail.com>
Doc/library/asyncio-eventloop.rst

index 24f621e2d9fffa754a29e01ef663a3b28f2bfc3a..4ea8521eb0bf3614bb73512749390a5f57421e25 100644 (file)
@@ -347,7 +347,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*.
@@ -436,7 +437,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