[OT] Corrections about Java

Jonathan Ellis ellisjb at my-deja.com
Tue Jul 9 16:10:13 EDT 2002


"Bo M. Maryniuck" <b.maryniuk at forbis.lt> wrote in message news:<mailman.1026208650.28699.python-list at python.org>...
> On Tuesday 09 July 2002 11:49, Gerhard Häring wrote:
> > Works for me.
> I meant:
> some loop forewer {
>   try {
>      break;
>   } finally {
>   continue;
>   }
> }

that this loops infinitely would not be surprising to someone familiar
with how java try blocks work.

-Jonathan



More information about the Python-list mailing list