On 11/22/06, Bill Janssen <[EMAIL PROTECTED]> wrote: > Something like > > class MyNewClass (ExistingClass, > OtherInterfaceIJustNoticedExistingClassImplements): > pass
No, unless you can also patch up all code that creates ExistingClass instances. You alluded to this before and it sounded like you didn't think it was an issue. Why do you think that? I see it as a huge problem when retrofitting pre-existing third-party code. -- --Guido van Rossum (home page: http://www.python.org/~guido/) _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
