This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xiang.zhang
Recipients untitaker, xiang.zhang
Date 2016-09-29.10:22:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1475144572.36.0.374406018338.issue28310@psf.upfronthosting.co.za>
In-reply-to
Content
`return value` is allowed in a generator to support `yield from'. You can read https://www.python.org/dev/peps/pep-0380 for the entire story.
History
Date User Action Args
2016-09-29 10:22:52xiang.zhangsetrecipients: + xiang.zhang, untitaker
2016-09-29 10:22:52xiang.zhangsetmessageid: <1475144572.36.0.374406018338.issue28310@psf.upfronthosting.co.za>
2016-09-29 10:22:52xiang.zhanglinkissue28310 messages
2016-09-29 10:22:52xiang.zhangcreate