]> granicus.if.org Git - python/commitdiff
Add versionchanged in create_datagram_endpoint doc (GH-4697)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 May 2018 20:12:47 +0000 (13:12 -0700)
committerGitHub <noreply@github.com>
Mon, 14 May 2018 20:12:47 +0000 (13:12 -0700)
Most of the parameters were added in 3.4.4 (b9bf913ab32), but this
change was not documented
(cherry picked from commit 0ded580403d470651a963b0915c7a52de627c45e)

Co-authored-by: Romuald Brunet <romuald@chivil.com>
Doc/library/asyncio-eventloop.rst

index 27c170e3ec8472744b1196e0f0db610891f920f5..bdba9962df62273ab467983e11282a9f89d428f2 100644 (file)
@@ -389,6 +389,9 @@ Creating connections
    See :ref:`UDP echo client protocol <asyncio-udp-echo-client-protocol>` and
    :ref:`UDP echo server protocol <asyncio-udp-echo-server-protocol>` examples.
 
+   .. versionchanged:: 3.4.4
+      The *family*, *proto*, *flags*, *reuse_address*, *reuse_port,
+      *allow_broadcast*, and *sock* parameters were added.
 
 .. coroutinemethod:: AbstractEventLoop.create_unix_connection(protocol_factory, path, \*, ssl=None, sock=None, server_hostname=None)