diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2014-04-15 02:24:51 (GMT) |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2014-04-15 02:24:51 (GMT) |
commit | 626c7b77cd7daa80801236ad5f26421360ee3497 (patch) | |
tree | 9f94de2a46296845368635073044e3dec6727dc8 /Misc | |
parent | bfcc5fef9ba40c168bc7df1578a63f966f23fa5b (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ---- |