[Python-ideas] PEP 479: Change StopIteration handling inside generators

Chris Angelico rosuav at gmail.com
Mon Nov 17 11:27:22 CET 2014


On Mon, Nov 17, 2014 at 8:26 PM, Georg Brandl <g.brandl at gmx.net> wrote:
> I fixed a typo and syntax and made a content clarification ("generator
> constructed" -> "generator function constructed"; the generator object
> itself is constructed when the function is called) and committed the changes.

Thanks Georg! This means today's version is now visible here:

http://legacy.python.org/dev/peps/pep-0479/

ChrisA


More information about the Python-ideas mailing list