[Types-sig] Interface PEP

Michel Pelletier michel@digicool.com
Tue, 13 Mar 2001 16:42:46 -0800 (PST)


On Wed, 14 Mar 2001, Sverker Nilsson wrote:

> Michel Pelletier wrote:
> > 
> > Anyone else have a problem with it?
> 
> I had problems too, using Netscape 3.01 on Linux. Could read
> it with "view document source" only.
> 
> Now that I tried again it worked anyway! Maybe something changed?!

Well, the moon moved a bit in its orbit.  That was probably it.

> Another detail I found: At one place you use this syntax to say
> you extend interfaces:
> 
> 
> interface FishMarketInterface(CountFishInterface, ColorFishInterface)
> 
> 
> But on another place:
> 
> 
> interface AttributeInterface extends InterfaceBaseInterface
> 
> 
> I was wondering if that meant the same or something different.

Oops, I changed it to the former.  Pay no attention to the man behind the
curtain.

-Michel