bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (GH-4491) (#4493)
(cherry picked from commit 431665bf19
)
This commit is contained in:
parent
32b003aca3
commit
d7ed48c2b8
|
@ -500,6 +500,9 @@ Creating listening connections
|
|||
This method is a :ref:`coroutine <coroutine>`. When completed, the
|
||||
coroutine returns a ``(transport, protocol)`` pair.
|
||||
|
||||
.. versionadded:: 3.5.3
|
||||
|
||||
|
||||
Watch file descriptors
|
||||
----------------------
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
Added asyncio.BaseEventLoop.connect_accepted_socket versionaddded marker.
|
Loading…
Reference in New Issue