diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-30 18:25:55 -0400 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-06-30 18:25:55 -0400 |
commit | 84b31c988fce9666548a9a7be77809c6864796cb (patch) | |
tree | 85aec6a30d94af2a8c1fee1157bbe416e2ca079f | |
parent | 93a3252c9c656c095e6855e48c1d05eda141be09 (diff) | |
parent | 88632d72f23a36e4728b116376883a4a3ac8388e (diff) | |
download | cpython-git-84b31c988fce9666548a9a7be77809c6864796cb.tar.gz |
Merge 3.5 (NEWS)
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -46,7 +46,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 ------- |