[issue29786] asyncio.wrap_future() is not documented
New submission from STINNER Victor: 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.""" ---------- assignee: docs@python components: Documentation, asyncio messages: 289376 nosy: docs@python, gvanrossum, haypo, yselivanov priority: normal severity: normal status: open title: asyncio.wrap_future() is not documented versions: Python 3.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29786> _______________________________________
Changes by Guido van Rossum <guido@python.org>: ---------- nosy: -gvanrossum _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29786> _______________________________________
Adam Höse added the comment: While fixing this issue I found that it's a duplicate of issue 24755. ---------- nosy: +adisbladis pull_requests: +498 type: -> enhancement _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29786> _______________________________________
Changes by Martin Panter <vadmium+py@gmail.com>: ---------- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> asyncio.wrap_future undocumented _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue29786> _______________________________________
participants (4)
-
Adam Höse
-
Guido van Rossum
-
Martin Panter
-
STINNER Victor