[docs] [issue36373] asyncio.gather: no docs for deprecated loop parameter

dtrauma report at bugs.python.org
Tue Mar 19 15:55:35 EDT 2019


New submission from dtrauma <python-bugs at digital-trauma.de>:

https://docs.python.org/3.7/library/asyncio-task.html#running-tasks-concurrently

For asyncio.gather, the docs should probably say

The loop argument is deprecated and scheduled for removal in Python 3.10.

as they do for all the other loop arguments of other functions.

----------
assignee: docs at python
components: Documentation
messages: 338406
nosy: docs at python, dtrauma
priority: normal
severity: normal
status: open
title: asyncio.gather: no docs for deprecated loop parameter
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36373>
_______________________________________


More information about the docs mailing list