On Fri, Nov 21, 2014 at 9:04 AM, Guido van Rossum <[email protected]> wrote: > On Thu, Nov 20, 2014 at 12:13 PM, Serhiy Storchaka <[email protected]> > wrote: >> >> On 20.11.14 21:58, Antoine Pitrou wrote: >>> >>> To me "generator_return" sounds like the addition to generator syntax >>> allowing for return statements (which was done as part of the "yield >>> from" PEP). How about "generate_escape"? >> >> >> Or may be "generator_stop_iteration"? > > > Or just "generator_stop"?
Unrelated to the GeneratorExit exception. I don't think that'll be a problem though. ChrisA _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
