Skip to content

Commit 9917366

Browse files
authored
[3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061)
1 parent 1f70008 commit 9917366

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Doc/library/asyncio-task.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,7 @@ enforced.
10851085
This decorator should not be used for :keyword:`async def`
10861086
coroutines.
10871087

1088-
.. deprecated-removed:: 3.8 3.10
1088+
.. deprecated-removed:: 3.8 3.11
10891089

10901090
Use :keyword:`async def` instead.
10911091

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Fix removal Python version for ``@asyncio.coroutine``, the correct value is
2+
3.11.

0 commit comments

Comments
 (0)