From 88632d72f23a36e4728b116376883a4a3ac8388e Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 30 Jun 2015 18:25:36 -0400 Subject: Note removal of inspect.isawaitable() in the NEWS file --- Misc/NEWS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 60b5e86..359bde8 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -24,7 +24,8 @@ Core and Builtins works only for 'async def' coroutines; inspect.iscoroutine no longer 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 - 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 ------- -- cgit v0.12