[Python-3000] PEP 3100 Comments

Bill Janssen janssen at parc.com
Wed May 10 08:25:18 CEST 2006


> If I understand your proposal correctly, this approach doesn't do anything 
> beyond what Java does, and is inferior to already-available adaptation and 
> interface systems for today's Python.

Inferior is in the eye of the beholder, I suppose.  This is what
Python 2.x already provides.

> this approach doesn't do anything beyond what Java does

Actually, it does.  It lets you inherit behavior, as well as interfaces.

Bill



More information about the Python-3000 mailing list