Commit 88632d72 authored by Yury Selivanov's avatar Yury Selivanov

Note removal of inspect.isawaitable() in the NEWS file

parent a74b5e59
...@@ -24,7 +24,8 @@ Core and Builtins ...@@ -24,7 +24,8 @@ Core and Builtins
works only for 'async def' coroutines; inspect.iscoroutine no longer works only for 'async def' coroutines; inspect.iscoroutine no longer
uses collections.abc.Coroutine, it's intended to test for pure 'async def' uses collections.abc.Coroutine, it's intended to test for pure 'async def'
coroutines only; add new opcode: GET_YIELD_FROM_ITER; fix generators wrapper coroutines only; add new opcode: GET_YIELD_FROM_ITER; fix generators wrapper
used in types.coroutine to be instance of collections.abc.Generator. used in types.coroutine to be instance of collections.abc.Generator;
inspect.isawaitable was removed (use collections.abc.Awaitable).
Library Library
------- -------
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment