bpo-32272: Remove asyncio.async() function. (#4784)

This commit is contained in:
Yury Selivanov 2017-12-11 10:03:48 -05:00 committed by GitHub
parent 1b74f9b77a
commit 9edad3c701
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 30 deletions

View file

@ -538,12 +538,6 @@ Task functions
The :meth:`AbstractEventLoop.create_task` method.
.. function:: async(coro_or_future, \*, loop=None)
A deprecated alias to :func:`ensure_future`.
.. deprecated:: 3.4.4
.. function:: wrap_future(future, \*, loop=None)
Wrap a :class:`concurrent.futures.Future` object in a :class:`Future`