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 <rep...@bugs.python.org>
<http://bugs.python.org/issue29786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to