Re: Zen of Python
From: Aahz (aahz_at_pythoncraft.com)
Date: 01/24/05
- Next message: André: "Re: finding name of instances created"
- Previous message: zombiehunter_at_gmail.com: "Re: short programming projects for kids"
- In reply to: Tim Peters: "Re: Zen of Python"
- Next in thread: Luke Skywalker: "Re: Zen of Python"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 24 Jan 2005 08:48:05 -0500
In article <mailman.923.1106196903.22381.python-list@python.org>,
Tim Peters <tim.peters@gmail.com> 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 (aahz@pythoncraft.com) <*> http://www.pythoncraft.com/ "19. A language that doesn't affect the way you think about programming, is not worth knowing." --Alan Perlis
- Next message: André: "Re: finding name of instances created"
- Previous message: zombiehunter_at_gmail.com: "Re: short programming projects for kids"
- In reply to: Tim Peters: "Re: Zen of Python"
- Next in thread: Luke Skywalker: "Re: Zen of Python"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|