Kaydet (Commit) d7ed48c2 authored tarafından Miss Islington (bot)'s avatar Miss Islington (bot) Kaydeden (comit) Yury Selivanov

bpo-32105: add asyncio.BaseEventLoop.connect_accepted_socket versionadded to…

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

(cherry picked from commit 431665bf)
üst 32b003ac
...@@ -500,6 +500,9 @@ Creating listening connections ...@@ -500,6 +500,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