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

Andrew Svetlov report at bugs.python.org
Tue May 28 13:50:25 EDT 2019


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

*Passing* loop to gather should be deprecated.

*Using* loop by *internal logic* is pretty fine, we do it in asyncio everywhere.

Yuri, I think we should deprecate explicit loop everywhere in non-deprecated asyncio API by Python 3.8.

We can do it even in Python beta I think.

----------

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


More information about the docs mailing list