In article <[EMAIL PROTECTED]>,
Tim Peters  <[EMAIL PROTECTED]> wrote:
>[Paul Rubin]
>> 
>> And you can break out of a containing loop from a nested loop
>> with try/raise.
>
>Heh heh.  Yes, you can.  I've never seen a real Python program that
>did, but there's nothing to stop you.  What did you think the "direct"
>in "direct way" might have been intended to mean?

Actually, I like breaking out of nested "search" loops with try/except.
-- 
Aahz ([EMAIL PROTECTED])           <*>         http://www.pythoncraft.com/

"19. A language that doesn't affect the way you think about programming,
is not worth knowing."  --Alan Perlis
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to