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

Antoine Pitrou solipsis at pitrou.net
Thu Nov 20 20:58:43 CET 2014


On Thu, 20 Nov 2014 11:36:54 -0800
Guido van Rossum <guido at python.org> wrote:
> I've made some updates to the PEP:
> 
> - added 19-Nov-2014 to Post-History
> - removed "implicitly-raised" from the abstract
> - changed the __future__ thing to generator_return

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"?

Regards

Antoine.




More information about the Python-Dev mailing list