why not extending the syntax for classes, too ?

holger krekel pyth at devel.trillke.net
Sun Feb 9 06:12:49 EST 2003


Erik Max Francis wrote:
> Michele Simionato wrote:
> 
> > Sorry, I meant: for functions I would accept both "is" and "as".
> > If you say "is" is bad because it means identity, I would
> > agree with you; if Holger says "as" is bad since it means renaming, I
> > would agree with him.
> 
> Because it means renaming what?

the function or class name?  

    class checker as tracer:
        ...

holger





More information about the Python-list mailing list