[OT] Corrections about Java

Gerhard Häring gerhard.haering at gmx.de
Tue Jul 9 06:21:07 EDT 2002


* Bo M. Maryniuck <b.maryniuk at forbis.lt> [2002-07-09 11:57 +0200]:
> On Tuesday 09 July 2002 11:49, Gerhard Häring wrote:
> > Works for me.
> I meant:
> some_loop_forewer {
>   try {
>      break;
>   } finally {
>      continue;
>   }
> }
> 
> Perhaps 1.3.1 just fixed here...

No, endless loop in my JVM, too. Btw. Python sorts this out in that
continue inside a try-block is illegal.

> > Btw. Python had a similar problem in 2.0, IIRC.
> At least Python 1.5 no.

Wow, do you drive an antique car, too? ;-)

http://python.org/sf/220983
http://python.org/sf/215143
http://python.org/sf/210830

And this was the one I remembered:
http://python.org/sf/462937

Looks like it's a tricky problem.

Gerhard
-- 
This sig powered by Python!
Außentemperatur in München: 28.1 °C      Wind: 2.6 m/s





More information about the Python-list mailing list