summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-06-30 18:25:55 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-06-30 18:25:55 -0400
commit84b31c988fce9666548a9a7be77809c6864796cb (patch)
tree85aec6a30d94af2a8c1fee1157bbe416e2ca079f
parent93a3252c9c656c095e6855e48c1d05eda141be09 (diff)
parent88632d72f23a36e4728b116376883a4a3ac8388e (diff)
downloadcpython-git-84b31c988fce9666548a9a7be77809c6864796cb.tar.gz
Merge 3.5 (NEWS)
-rw-r--r--Misc/NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d678b464b8..6f3059f723 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------