Re: about try statement

2005-11-12 Thread Bengt Richter
On Sat, 12 Nov 2005 10:20:08 +0100, Sybren Stuvel <[EMAIL PROTECTED]> wrote: >Shi Mu enlightened us with: >> very hard for me to understand the difference between try...except >> and try...finally > >Within a 'try' block, if an exception is called and a matching >'except' block is found, that bloc

Re: about try statement

2005-11-12 Thread Sybren Stuvel
Shi Mu enlightened us with: > very hard for me to understand the difference between try...except > and try...finally Within a 'try' block, if an exception is called and a matching 'except' block is found, that block will be used to handle the expression. >From the documentation of the "return" ke

about try statement

2005-11-12 Thread Shi Mu
very hard for me to understand the difference between try...except and try...finally -- http://mail.python.org/mailman/listinfo/python-list