pythonic tree-walking idioms

Fredrik Lundh fredrik at pythonware.com
Fri May 18 13:22:20 EDT 2001


Damien Morton wrote:

> Ive never seen this try/except/else idiom before.
> Is there documentation for it.

tried the language reference? ;-)

http://www.python.org/doc/current/ref/try.html

> What versions of Python is it valid for?

all versions.

(also see while:else and for-in:else)

Cheers /F





More information about the Python-list mailing list