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 vstinner
Recipients Rosuav, belopolsky, gvanrossum, python-dev, r.david.murray, rhettinger, schlamar, serhiy.storchaka, vstinner
Date 2014-11-28.20:50:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1417207833.0.0.308662008349.issue22906@psf.upfronthosting.co.za>
In-reply-to
Content
> FYI:  I applied these two changes right after Guido pronounced on PEP 479:

Extract of emails:

changeset:   93542:9eb0d0eb0992
parent:      93540:23f8a511050a
user:        Raymond Hettinger <python at rcn.com>
date:        Sat Nov 22 21:56:23 2014 -0800

PEP 479:  Don't let StopIteration bubble out of calls to next() inside a generator.


changeset:   93543:e8b3083bb148
user:        Raymond Hettinger <python at rcn.com>
date:        Sat Nov 22 22:14:41 2014 -0800

PEP 479:  Use the return-keyword instead of raising StopIteration inside a generators.
History
Date User Action Args
2014-11-28 20:50:33vstinnersetrecipients: + vstinner, gvanrossum, rhettinger, belopolsky, r.david.murray, python-dev, schlamar, Rosuav, serhiy.storchaka
2014-11-28 20:50:33vstinnersetmessageid: <1417207833.0.0.308662008349.issue22906@psf.upfronthosting.co.za>
2014-11-28 20:50:32vstinnerlinkissue22906 messages
2014-11-28 20:50:32vstinnercreate