[New-bugs-announce] [issue29786] asyncio.wrap_future() is not documented

STINNER Victor report at bugs.python.org
Fri Mar 10 10:15:39 EST 2017


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 at python
components: Documentation, asyncio
messages: 289376
nosy: docs at python, gvanrossum, haypo, yselivanov
priority: normal
severity: normal
status: open
title: asyncio.wrap_future() is not documented
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29786>
_______________________________________


More information about the New-bugs-announce mailing list