Skip to content

Commit 0ded580

Browse files
romualdasvetlov
authored andcommitted
Add versionchanged in create_datagram_endpoint doc (#4697)
Most of the parameters were added in 3.4.4 (b9bf913), but this change was not documented
1 parent f042242 commit 0ded580

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -393,6 +393,9 @@ Creating connections
393393
See :ref:`UDP echo client protocol <asyncio-udp-echo-client-protocol>` and
394394
:ref:`UDP echo server protocol <asyncio-udp-echo-server-protocol>` examples.
395395

396+
.. versionchanged:: 3.4.4
397+
The *family*, *proto*, *flags*, *reuse_address*, *reuse_port,
398+
*allow_broadcast*, and *sock* parameters were added.
396399

397400
.. coroutinemethod:: AbstractEventLoop.create_unix_connection(protocol_factory, path=None, \*, ssl=None, sock=None, server_hostname=None, ssl_handshake_timeout=None)
398401

0 commit comments

Comments
 (0)