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 brett.cannon
Recipients brett.cannon
Date 2012-11-23.22:42:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353710555.66.0.299462157611.issue16546@psf.upfronthosting.co.za>
In-reply-to
Content
The grammar guarantees that 'yield from' statements have an expression to evaluate, plus a 'yield from' without an expression makes no sense.
History
Date User Action Args
2012-11-23 22:42:35brett.cannonsetrecipients: + brett.cannon
2012-11-23 22:42:35brett.cannonsetmessageid: <1353710555.66.0.299462157611.issue16546@psf.upfronthosting.co.za>
2012-11-23 22:42:35brett.cannonlinkissue16546 messages
2012-11-23 22:42:35brett.cannoncreate