[Python-checkins] cpython (merge 3.5 -> default): Merge 3.5 (NEWS)

yury.selivanov python-checkins at python.org
Wed Jul 1 00:26:00 CEST 2015


https://hg.python.org/cpython/rev/e858afe55ce9
changeset:   96731:e858afe55ce9
parent:      96729:800bf6a0e0d5
parent:      96730:f22a0358418e
user:        Yury Selivanov <yselivanov at sprymix.com>
date:        Tue Jun 30 18:25:55 2015 -0400
summary:
  Merge 3.5 (NEWS)

files:
  Misc/NEWS |  3 ++-
  1 files changed, 2 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,7 +46,8 @@
   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
 -------

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list