[docs] [issue24755] asyncio.wrap_future undocumented

Marcin Szewczyk report at bugs.python.org
Thu Jul 30 12:03:38 CEST 2015


New submission from Marcin Szewczyk:

While asyncio.wrap_future is mentioned in PEP 3156 and has its docstring it is undocumented in the reference. run_in_executor is documented but doesn't mention wrap_future either.

$ grep -r wrap_future Doc; echo $?
1

----------
assignee: docs at python
components: Documentation
messages: 247659
nosy: docs at python, wodny
priority: normal
severity: normal
status: open
title: asyncio.wrap_future undocumented
type: enhancement
versions: Python 3.5

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


More information about the docs mailing list