[Python-checkins] cpython (3.4): NEWS for latest asyncio commit.

guido.van.rossum python-checkins at python.org
Fri Apr 18 18:22:09 CEST 2014


http://hg.python.org/cpython/rev/64782d0d16fe
changeset:   90401:64782d0d16fe
branch:      3.4
parent:      90399:6278ceba94ac
user:        Guido van Rossum <guido at python.org>
date:        Fri Apr 18 09:21:26 2014 -0700
summary:
  NEWS for latest asyncio commit.

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


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,9 @@
 - Issue #21209: Fix asyncio.tasks.CoroWrapper to workaround a bug
   in yield-from implementation in CPythons prior to 3.4.1.
 
+- asyncio: Add gi_{frame,running,code} properties to CoroWrapper
+  (upstream issue #163).
+
 Extension Modules
 -----------------
 

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


More information about the Python-checkins mailing list