Issue 27041: asyncio: Add loop.create_future method (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/71228

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:31 admin set github: 71228
2016-05-17 05:49:08 vstinner set messages: +
2016-05-17 03:06:43 yselivanov set status: open -> closedresolution: fixedmessages: +
2016-05-16 23:13:41 yselivanov set messages: +
2016-05-16 23:12:51 yselivanov set messages: +
2016-05-16 23:11:24 vstinner set status: closed -> openresolution: fixed -> (no value)
2016-05-16 23:01:28 vstinner set messages: +
2016-05-16 19:40:46 python-dev set nosy: + python-devmessages: +
2016-05-16 19:21:42 yselivanov set status: open -> closedresolution: fixed
2016-05-16 19:21:34 yselivanov create