dtrauma added the comment:
Yes, exactly, document deprecation status XOR what it does :)
--
___
Python tracker
<https://bugs.python.org/issue36373>
___
___
Pytho
dtrauma added the comment:
Just to be clear, I don't know if loop is deprecated on this function like on
all the others, I just suspect it to be. But it currently is completely
undocumented, which either way is a bug. :)
--
___
Python tr
New submission from dtrauma :
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