summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2014-04-15 02:24:51 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2014-04-15 02:24:51 (GMT)
commit626c7b77cd7daa80801236ad5f26421360ee3497 (patch)
tree9f94de2a46296845368635073044e3dec6727dc8 /Misc
parentbfcc5fef9ba40c168bc7df1578a63f966f23fa5b (diff)
downloadcpython-626c7b77cd7daa80801236ad5f26421360ee3497.zip
cpython-626c7b77cd7daa80801236ad5f26421360ee3497.tar.gz
cpython-626c7b77cd7daa80801236ad5f26421360ee3497.tar.bz2
syncio.tasks: Fix CoroWrapper to workaround yield-from bug in CPython < 3.4.1
Closes issue #21209.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b302093..b41332e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -206,6 +206,9 @@ Library
- Issue #15916: doctest.DocTestSuite returns an empty unittest.TestSuite instead
of raising ValueError if it finds no tests
+- Issue #21209: Fix asyncio.tasks.CoroWrapper to workaround a bug
+ in yield-from implementation in CPythons prior to 3.4.1.
+
IDLE
----