[Python-checkins] doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)

corona10 webhook-mailer at python.org
Mon Mar 13 22:08:22 EDT 2023


https://github.com/python/cpython/commit/7bdb331b67c4aee513e01794ba7dd2c3be43d3ca
commit: 7bdb331b67c4aee513e01794ba7dd2c3be43d3ca
branch: main
author: Joongi Kim <me at daybreaker.info>
committer: corona10 <donghee.na92 at gmail.com>
date: 2023-03-14T11:07:59+09:00
summary:

doc: Remove a duplicate 'versionchanged' in library/asyncio-task (gh-102677)

files:
M Doc/library/asyncio-task.rst

diff --git a/Doc/library/asyncio-task.rst b/Doc/library/asyncio-task.rst
index 9b9842432822..5f1449e1b599 100644
--- a/Doc/library/asyncio-task.rst
+++ b/Doc/library/asyncio-task.rst
@@ -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):



More information about the Python-checkins mailing list