bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to documentation. (#4491)
This commit is contained in:
parent
e256b40888
commit
431665bf19
|
@ -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
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Added asyncio.BaseEventLoop.connect_accepted_socket versionaddded marker.
|
Loading…
Reference in New Issue