[Python-Dev] PEP 479: Change StopIteration handling inside generators (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Thu Nov 20 20:58:43 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 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 generatorreturn
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.
- 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 ]