diff options
| author | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-30 18:25:36 -0400 |
|---|---|---|
| committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-30 18:25:36 -0400 |
| commit | a2be24bb33b21d92df236c893071a333057b62f0 (patch) | |
| tree | 3fcec6792f95dcca0b924a7c7c5db94c46b30d2b | |
| parent | 40917756159ff31326aee7dc4224d561549533aa (diff) | |
| download | cpython-a2be24bb33b21d92df236c893071a333057b62f0.tar.gz | |
Note removal of inspect.isawaitable() in the NEWS file
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 ------- |
