This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: asyncio: Add loop.create_future method
Type: enhancement Stage: resolved
Components: asyncio Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: yselivanov Nosy List: gvanrossum, python-dev, vstinner, yselivanov
Priority: normal Keywords:

Created on 2016-05-16 19:21 by yselivanov, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Messages (7)
msg265724 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-05-16 19:21
This is a proxy issue for https://github.com/python/asyncio/pull/290
msg265730 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-05-16 19:40
New changeset 32ceaad6243d by Yury Selivanov in branch '3.5':
Issue #27041: asyncio: Add loop.create_future method
https://hg.python.org/cpython/rev/32ceaad6243d

New changeset fc7b366c4c8a by Yury Selivanov in branch 'default':
Merge 3.5 (Issue #27041)
https://hg.python.org/cpython/rev/fc7b366c4c8a
msg265736 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-05-16 23:01
> resolution:  -> fixed

Hum, it looks like the change is now documented in asyncio doc :-(

https://docs.python.org/dev/library/asyncio-eventloop.html#tasks
msg265739 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-05-16 23:12
https://hg.python.org/cpython/rev/9ea64c74a1fd
msg265740 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-05-16 23:13
here -> https://hg.python.org/cpython/rev/83450939b106
msg265751 - (view) Author: Yury Selivanov (yselivanov) * (Python committer) Date: 2016-05-17 03:06
Victor, the docs are now online. https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.BaseEventLoop.create_future
msg265756 - (view) Author: STINNER Victor (vstinner) * (Python committer) Date: 2016-05-17 05:49
Thanks.
History
Date User Action Args
2022-04-11 14:58:31adminsetgithub: 71228
2016-05-17 05:49:08vstinnersetmessages: + msg265756
2016-05-17 03:06:43yselivanovsetstatus: open -> closed
resolution: fixed
messages: + msg265751
2016-05-16 23:13:41yselivanovsetmessages: + msg265740
2016-05-16 23:12:51yselivanovsetmessages: + msg265739
2016-05-16 23:11:24vstinnersetstatus: closed -> open
resolution: fixed -> (no value)
2016-05-16 23:01:28vstinnersetmessages: + msg265736
2016-05-16 19:40:46python-devsetnosy: + python-dev
messages: + msg265730
2016-05-16 19:21:42yselivanovsetstatus: open -> closed
resolution: fixed
2016-05-16 19:21:34yselivanovcreate