aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2014-04-18 09:21:55 -0700
committerGuido van Rossum <guido@python.org>2014-04-18 09:21:55 -0700
commita090823a05c13fdb0cbf90ed2db13e473d01b130 (patch)
tree9c323f328bd470524e5d9c649c1c7d81dd87b273
parent2c3d67caf7b0869b51aa3538aff8c685f6e99b1f (diff)
parent14d7fabe949a59a0184dd525287dc2984643be79 (diff)
downloadcpython-a090823a05c13fdb0cbf90ed2db13e473d01b130.tar.gz
cpython-a090823a05c13fdb0cbf90ed2db13e473d01b130.zip
Merge news item from 3.4
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index eb4ab2252a8..0c1a573a5b5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,9 @@ Library
- 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
-----------------