[Python-Dev] Re: Re: anonymous blocks
Fredrik Lundh
fredrik at pythonware.com
Wed Apr 27 12:36:47 CEST 2005
Guido van Rossum wrote:
> I've written a PEP about this topic. It's PEP 340: Anonymous Block
> Statements (http://python.org/peps/pep-0340.html).
>
> Some highlights:
>
> - temporarily sidestepping the syntax by proposing 'block' instead of 'with'
> - __next__() argument simplified to StopIteration or ContinueIteration instance
> - use "continue EXPR" to pass a value to the generator
> - generator exception handling explained
+1 (most excellent)
</F>
More information about the Python-Dev
mailing list