Skip to content

Commit 914bad6

Browse files
Add versionchanged in create_datagram_endpoint doc (GH-4697)
Most of the parameters were added in 3.4.4 (b9bf913), but this change was not documented (cherry picked from commit 0ded580) Co-authored-by: Romuald Brunet <[email protected]>
1 parent 9fd5b5f commit 914bad6

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
@@ -389,6 +389,9 @@ Creating connections
389389
See :ref:`UDP echo client protocol <asyncio-udp-echo-client-protocol>` and
390390
:ref:`UDP echo server protocol <asyncio-udp-echo-server-protocol>` examples.
391391

392+
.. versionchanged:: 3.4.4
393+
The *family*, *proto*, *flags*, *reuse_address*, *reuse_port,
394+
*allow_broadcast*, and *sock* parameters were added.
392395

393396
.. coroutinemethod:: AbstractEventLoop.create_unix_connection(protocol_factory, path, \*, ssl=None, sock=None, server_hostname=None)
394397

0 commit comments

Comments
 (0)