From: Romuald Brunet Date: Mon, 14 May 2018 16:22:00 +0000 (+0200) Subject: Add versionchanged in create_datagram_endpoint doc (#4697) X-Git-Tag: v3.8.0a1~1864 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ded580403d470651a963b0915c7a52de627c45e;p=python Add versionchanged in create_datagram_endpoint doc (#4697) Most of the parameters were added in 3.4.4 (b9bf913ab32), but this change was not documented --- diff --git a/Doc/library/asyncio-eventloop.rst b/Doc/library/asyncio-eventloop.rst index ca8055bd16..2770fa6f8a 100644 --- a/Doc/library/asyncio-eventloop.rst +++ b/Doc/library/asyncio-eventloop.rst @@ -393,6 +393,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=None, \*, ssl=None, sock=None, server_hostname=None, ssl_handshake_timeout=None)