Skip to content

Commit 431665b

Browse files
AraHaan1st1
authored andcommitted
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491)
1 parent e256b40 commit 431665b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Doc/library/asyncio-eventloop.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -513,6 +513,9 @@ Creating listening connections
513513
This method is a :ref:`coroutine <coroutine>`. When completed, the
514514
coroutine returns a ``(transport, protocol)`` pair.
515515

516+
.. versionadded:: 3.5.3
517+
518+
516519
Watch file descriptors
517520
----------------------
518521

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Added asyncio.BaseEventLoop.connect_accepted_socket versionaddded marker.

0 commit comments

Comments
 (0)