[issue11682] PEP 380 reference implementation for 3.3

Nick Coghlan report at bugs.python.org
Sun Jun 26 06:22:52 CEST 2011


Nick Coghlan <ncoghlan at gmail.com> added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11682>
_______________________________________


More information about the Python-bugs-list mailing list