[Types-sig] Interface PEP

Sverker Nilsson sverker.is@home.se
Wed, 14 Mar 2001 00:43:17 +0100


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?!

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.

Sverker