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.
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: + msg265756 |
| 2016年05月17日 03:06:43 | yselivanov | set | status: open -> closed resolution: fixed messages: + msg265751 |
| 2016年05月16日 23:13:41 | yselivanov | set | messages: + msg265740 |
| 2016年05月16日 23:12:51 | yselivanov | set | messages: + msg265739 |
| 2016年05月16日 23:11:24 | vstinner | set | status: closed -> open resolution: fixed -> (no value) |
| 2016年05月16日 23:01:28 | vstinner | set | messages: + msg265736 |
| 2016年05月16日 19:40:46 | python-dev | set | nosy:
+ python-dev messages: + msg265730 |
| 2016年05月16日 19:21:42 | yselivanov | set | status: open -> closed resolution: fixed |
| 2016年05月16日 19:21:34 | yselivanov | create | |