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, eric.araujo, ncoghlan, rndblnch
Date 2011-06-26.04:22:52
SpamBayes Score 0.055731032
Marked as misclassified No
Message-id <1309062172.92.0.0416218553938.issue11682@psf.upfronthosting.co.za>
In-reply-to
Content
OK, this isn't going to be as simple as I thought it was. The big problem is that the test suite from [1] needs to be refactored into a format that is suitable for use in regrtest. That means porting them to either unittest or doctest, as "golden output" tests of the style that Greg used are no longer accepted as part of the regression test suite.

[1] http://www.cosc.canterbury.ac.nz/greg.ewing/python/yield-from/yield_from.html
History
Date User Action Args
2011-06-26 04:22:53ncoghlansetrecipients: + ncoghlan, rndblnch, eric.araujo, alex, Yury.Selivanov
2011-06-26 04:22:52ncoghlansetmessageid: <1309062172.92.0.0416218553938.issue11682@psf.upfronthosting.co.za>
2011-06-26 04:22:52ncoghlanlinkissue11682 messages
2011-06-26 04:22:52ncoghlancreate