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

This commit is contained in:
AraHaan 2017-11-21 11:06:26 -05:00 committed by Yury Selivanov
parent e256b40888
commit 431665bf19
2 changed files with 4 additions and 0 deletions

View File

@ -513,6 +513,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
----------------------

View File

@ -0,0 +1 @@
Added asyncio.BaseEventLoop.connect_accepted_socket versionaddded marker.