From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Mon, 14 May 2018 20:12:47 +0000 (-0700) Subject: Add versionchanged in create_datagram_endpoint doc (GH-4697) X-Git-Tag: v3.6.6rc1~139 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=914bad6e2c5131f32366be86e0bf3ad01f7de5e2;p=python Add versionchanged in create_datagram_endpoint doc (GH-4697) 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 --- diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index 27c170e3ec..bdba9962df 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -389,6 +389,9 @@ Creating connections See :ref:`UDP echo client protocol ` and :ref:`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)