[Python-Dev] PEP 479: Change StopIteration handling inside generators (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Fri Nov 21 00:13:40 CET 2014
- Previous message: [Python-Dev] PEP 479: Change StopIteration handling inside generators
- Next message: [Python-Dev] PEP 479: Change StopIteration handling inside generators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, 20 Nov 2014 14:04:24 -0800 Guido van Rossum <guido at python.org> wrote:
On Thu, Nov 20, 2014 at 12:13 PM, Serhiy Storchaka <storchaka at gmail.com> wrote:
> On 20.11.14 21:58, Antoine Pitrou wrote: > >> To me "generatorreturn" sounds like the addition to generator syntax >> allowing for return statements (which was done as part of the "yield >> from" PEP). How about "generateescape"? >> > > Or may be "generatorstopiteration"? > Or just "generatorstop"?
That sounds good.
Regards
Antoine.
- Previous message: [Python-Dev] PEP 479: Change StopIteration handling inside generators
- Next message: [Python-Dev] PEP 479: Change StopIteration handling inside generators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]