]> granicus.if.org Git - python/commitdiff
Add versionchanged in create_datagram_endpoint doc (#4697)
authorRomuald Brunet <romuald@chivil.com>
Mon, 14 May 2018 16:22:00 +0000 (18:22 +0200)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 14 May 2018 16:22:00 +0000 (19:22 +0300)
Most of the parameters were added in 3.4.4 (b9bf913ab32), but this
change was not documented

Doc/library/asyncio-eventloop.rst

index ca8055bd162f695d431ee3d20b2f12edd122666b..2770fa6f8acd9bae2ce90d15bf032d197fb226e6 100644 (file)
@@ -393,6 +393,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=None, \*, ssl=None, sock=None, server_hostname=None, ssl_handshake_timeout=None)