[issue22906] PEP 479: Change StopIteration handling inside generators

Berker Peksag report at bugs.python.org
Sat May 9 05:46:43 CEST 2015


Berker Peksag added the comment:

In Lib/__future__.py:

+generator_stop = _Feature((3, 5, 0, "alpha", 1),

"alpha" needs to be changed to "beta".

----------
stage: test needed -> commit review

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


More information about the Python-bugs-list mailing list