"Duncan Booth" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
| Subclassing doesn't have to imply a common implementation, just a common
| interface.

True, but in Python, subclassing is usually done to reuse implementation. 
Interface subclassing is usually from a common abstract base class (which 
will be better supported in Py3).. 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to