]> granicus.if.org Git - python/commitdiff
Note removal of inspect.isawaitable() in the NEWS file
authorYury Selivanov <yselivanov@sprymix.com>
Tue, 30 Jun 2015 22:25:36 +0000 (18:25 -0400)
committerYury Selivanov <yselivanov@sprymix.com>
Tue, 30 Jun 2015 22:25:36 +0000 (18:25 -0400)
Misc/NEWS

index 60b5e86ef74de6b0dd6a7c9d72f669697501493f..359bde825ee1191a4ec57b606a6e96a3818486c3 100644 (file)
--- 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
 -------