continue statement: best way round a problem

Greg Ewing see at my.signature
Wed Sep 27 23:34:26 EDT 2000


Skip Montanaro wrote:
> 
> Clearly, the second continue
> statement is in a valid place.  It's inside the for loop and not executed
> from a try clause.

But both of those continues are inside the *outer* try,
so *neither* of them should be valid!

-- 
Greg Ewing, Computer Science Dept, University of Canterbury,	  
Christchurch, New Zealand
To get my email address, please visit my web page:	  
http://www.cosc.canterbury.ac.nz/~greg



More information about the Python-list mailing list