Skip to content

Commit d7ed48c

Browse files
miss-islington1st1
authored andcommitted
bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (GH-4491) (#4493)
(cherry picked from commit 431665b)
1 parent 32b003a commit d7ed48c

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
@@ -500,6 +500,9 @@ Creating listening connections
500500
This method is a :ref:`coroutine <coroutine>`. When completed, the
501501
coroutine returns a ``(transport, protocol)`` pair.
502502

503+
.. versionadded:: 3.5.3
504+
505+
503506
Watch file descriptors
504507
----------------------
505508

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)