Steven D'Aprano <[EMAIL PROTECTED]> writes: > Then you don't approve of inheritance? That's fine, it is your choice, but > as far as I know, all OO languages include inheritance.
Some OO languages only implement inheritance for method calls. Class variables don't get inherited. -- http://mail.python.org/mailman/listinfo/python-list