mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[3.10] bpo-46040: Fix removal text for @asyncio.coroutine (GH-30061)
This commit is contained in:
parent
1f7000808e
commit
991736697d
2 changed files with 3 additions and 1 deletions
|
|
@ -1085,7 +1085,7 @@ enforced.
|
|||
This decorator should not be used for :keyword:`async def`
|
||||
coroutines.
|
||||
|
||||
.. deprecated-removed:: 3.8 3.10
|
||||
.. deprecated-removed:: 3.8 3.11
|
||||
|
||||
Use :keyword:`async def` instead.
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
Fix removal Python version for ``@asyncio.coroutine``, the correct value is
|
||||
3.11.
|
||||
Loading…
Add table
Add a link
Reference in a new issue