[Python-ideas] PEP 479: Change StopIteration handling inside generators
Guido van Rossum
guido at python.org
Mon Nov 17 18:28:41 CET 2014
On Mon, Nov 17, 2014 at 2:27 AM, Chris Angelico <rosuav at gmail.com> wrote:
> 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/
>
Off-topic: the new python.org site now supports PEPs, so please switch to
URLs like this: https://www.python.org/dev/peps/pep-0479/ (if you don't
like the formatting send a pull request to
https://github.com/python/pythondotorg).
--
--Guido van Rossum (python.org/~guido)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20141117/1d295dd0/attachment.html>
More information about the Python-ideas
mailing list