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, zbysz
Date 2011-11-09.11:00:21
SpamBayes Score 6.92219e-08
Marked as misclassified No
Message-id <1320836422.58.0.504647896749.issue11682@psf.upfronthosting.co.za>
In-reply-to
Content
OK, the bitbucket repo now has a more sane version of the new Grammar ('yield from' now requires parentheses wherever 'yield' does).

The updated test_grammar does a more thorough check of the expected acceptance and rejection of yield expressions in various situations and the overly sensitive test in test_parser (that checked for an exact expected parse tree output) is gone.
History
Date User Action Args
2011-11-09 11:00:22ncoghlansetrecipients: + ncoghlan, rhettinger, gcewing, rndblnch, aronacher, eric.araujo, alex, rfk, asvetlov, zbysz, Yury.Selivanov
2011-11-09 11:00:22ncoghlansetmessageid: <1320836422.58.0.504647896749.issue11682@psf.upfronthosting.co.za>
2011-11-09 11:00:22ncoghlanlinkissue11682 messages
2011-11-09 11:00:21ncoghlancreate