[Python-Dev] Re: __except__ use cases
holger krekel
hpk at trillke.net
Mon Apr 25 00:34:20 CEST 2005
Hi Nick,
On Sun, Apr 24, 2005 at 12:40 +1000, Nick Coghlan wrote:
> Seeing this example has convinced me of something. PEP 310 should use the
> 'with' keyword, and 'expression block' syntax should be used to denote the
> 'default object' semantics proposed for Python 3K. For example:
While that may be true, i don't care too much about the syntax
yet but more about the idea and semantics of an __except__
hook. I simply followed the syntax that Guido currently
seems to prefer.
holger
More information about the Python-Dev
mailing list