[Python-Dev] Re: anonymous blocks
Steven Bethard
steven.bethard at gmail.com
Thu Apr 28 19:23:22 CEST 2005
On 4/28/05, Steven Bethard <steven.bethard at gmail.com> wrote:
> however, the iterable object is notified whenever a 'continue',
> 'break', or 'return' statement is executed inside the block-statement.
This should read:
however, the iterable object is notified whenever a 'continue',
'break' or 'return' statement is executed *or an exception is raised*
inside the block-statement.
Sorry!
STeVe
--
You can wordify anything if you just verb it.
--- Bucky Katt, Get Fuzzy
More information about the Python-Dev
mailing list