mirror of
https://github.com/python/cpython.git
synced 2025-10-02 13:22:19 +00:00
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
(cherry picked from commit 7bdb331b67
)
Co-authored-by: Joongi Kim <me@daybreaker.info>
This commit is contained in:
parent
43f8082b1c
commit
0f46d42eb9
1 changed files with 0 additions and 3 deletions
|
@ -814,9 +814,6 @@ Waiting Primitives
|
|||
Raises :exc:`TimeoutError` if the timeout occurs before
|
||||
all Futures are done.
|
||||
|
||||
.. versionchanged:: 3.10
|
||||
Removed the *loop* parameter.
|
||||
|
||||
Example::
|
||||
|
||||
for coro in as_completed(aws):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue