Commit 431665bf authored by AraHaan's avatar AraHaan Committed by Yury Selivanov

bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491)

parent e256b408
...@@ -513,6 +513,9 @@ Creating listening connections ...@@ -513,6 +513,9 @@ Creating listening connections
This method is a :ref:`coroutine <coroutine>`. When completed, the This method is a :ref:`coroutine <coroutine>`. When completed, the
coroutine returns a ``(transport, protocol)`` pair. coroutine returns a ``(transport, protocol)`` pair.
.. versionadded:: 3.5.3
Watch file descriptors Watch file descriptors
---------------------- ----------------------
......
Added asyncio.BaseEventLoop.connect_accepted_socket versionaddded marker.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment