[Python-Dev] Re: Extended Function syntax

Samuele Pedroni pedronis@bluewin.ch
Thu, 30 Jan 2003 14:47:33 +0100


From: "Samuele Pedroni" <pedronis@bluewin.ch>
> I honestly find that trying to use a single extension to solve very different
> problems is a bad idea, e.g. currently class is semantically very different
> from control flow statements,

relevant for example is that:
'class' introduces a new scope, control flow statements don't.