[Python-Dev] Pre-PEP: Unifying try-except and try-finally

Greg Ewing greg.ewing at canterbury.ac.nz
Fri May 6 05:04:58 CEST 2005


Nick Coghlan wrote:

> What does a try statement with neither an except clause nor a finally clause mean?

I guess it would mean the same as

   if 1:
     ...

Not particularly useful, but maybe it's not worth complexifying
the grammar just for the sake of disallowing it.

Also, some people might find it useful for indenting a block
of code for cosmetic reasons, although that could easily
be seen as an abuse...

-- 
Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg.ewing at canterbury.ac.nz	   +--------------------------------------+


More information about the Python-Dev mailing list