]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Mar 2023 02:26:24 +0000 (19:26 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 02:26:24 +0000 (19:26 -0700)
(cherry picked from commit 7bdb331b67c4aee513e01794ba7dd2c3be43d3ca)

Co-authored-by: Joongi Kim <me@daybreaker.info>
Doc/library/asyncio-task.rst

index d7e13ea3c6fe69ec0d31ae852b377bb5bfdace10..1cfcb7f042787340062a6bf5e3b32d094e88824e 100644 (file)
@@ -654,9 +654,6 @@ Waiting Primitives
    Raises :exc:`asyncio.TimeoutError` if the timeout occurs before
    all Futures are done.
 
-   .. versionchanged:: 3.10
-      Removed the *loop* parameter.
-
    Example::
 
        for coro in as_completed(aws):