Alex Martelli wrote:
> Kay Schluehr <[EMAIL PROTECTED]> wrote:
>...
> > To prevent unintended inheritance C# introduced a relatively complex
> > contract semantics using three modifiers virtual, override and new. Is
> > this issue serious for Python programmers, in particular for those
> > wor
Kay Schluehr <[EMAIL PROTECTED]> wrote:
...
> To prevent unintended inheritance C# introduced a relatively complex
> contract semantics using three modifiers virtual, override and new. Is
> this issue serious for Python programmers, in particular for those
> working in larger projects ( Twisted,