Issue 29786: asyncio.wrap_future() is not documented (original ) (raw ) Issue29786
Created on 2017-03-10 15:15 by vstinner , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Pull Requests
URL
Status
Linked
Edit
PR 603
adisbladis,2017-03-10 19:45
Messages (2)
msg289376 - (view)
Author: STINNER Victor (vstinner) *
Date: 2017-03-10 15:15
The following asyncio function is not documented. Is it deliberate? The function is exported in the asyncio module. def wrap_future(future, *, loop=None): """Wrap concurrent.futures.Future object."""
msg289403 - (view)
Author: Adam Höse (adisbladis) *
Date: 2017-03-10 19:45
While fixing this issue I found that it's a duplicate of issue 24755 .
History
Date
User
Action
Args
2022-04-11 14:58:44
admin
set
github: 73972
2017-03-10 21:28:41
martin.panter
set
status: open -> closedsuperseder: asyncio.wrap_future undocumented resolution: duplicatestage: resolved
2017-03-10 19:45:40
adisbladis
set
nosy: + adisbladis messages: + pull_requests: + <pull%5Frequest498>type: enhancement
2017-03-10 15:53:46
gvanrossum
set
nosy: - gvanrossum
2017-03-10 15:15:39
vstinner
create