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

2019-03-19 Thread dtrauma


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 functions.

--
assignee: docs@python
components: Documentation
messages: 338406
nosy: docs@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 
<https://bugs.python.org/issue36373>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2019-03-27 Thread dtrauma


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 tracker 
<https://bugs.python.org/issue36373>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2019-03-27 Thread dtrauma


dtrauma  added the comment:

Yes, exactly, document deprecation status XOR what it does :)

--

___
Python tracker 
<https://bugs.python.org/issue36373>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com