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 ncoghlan
Recipients Yury.Selivanov, alex, aronacher, asvetlov, eric.araujo, gcewing, ncoghlan, rfk, rhettinger, rndblnch, ron_adam, zbysz
Date 2011-12-07.12:38:56
SpamBayes Score 4.117238e-06
Marked as misclassified No
Message-id <1323261537.16.0.00577956428332.issue11682@psf.upfronthosting.co.za>
In-reply-to
Content
OK, I removed all the old files and repo links (they're still available in the history below if needed). (well, the link to Renaud's hg patch queue is gone, but that's also present in one of the early comments). (Ron: your comment makes me think you were looking at an old version of the PEP 380 updates. The most up to date published version is the tip of my BitBucket branch)

Also, don't spend a lot of time messing with functional aspects of the patch folks, especially the Grammar. 'yield from' is going to be a variant of the existing yield expressions to avoid parser ambiguity, and it's going to inherit all of the associated restrictions, including the requirement for parentheses when it's the sole argument to a function.

While that restriction isn't *necessary*, it's also irrelevant to this PEP (hence why I reverted Greg's changes that allowed it for 'yield from', but not for other yield expressions).
History
Date User Action Args
2011-12-07 12:38:57ncoghlansetrecipients: + ncoghlan, rhettinger, gcewing, rndblnch, ron_adam, aronacher, eric.araujo, alex, rfk, asvetlov, zbysz, Yury.Selivanov
2011-12-07 12:38:57ncoghlansetmessageid: <1323261537.16.0.00577956428332.issue11682@psf.upfronthosting.co.za>
2011-12-07 12:38:56ncoghlanlinkissue11682 messages
2011-12-07 12:38:56ncoghlancreate