Remove multiple inheritance in Python 3000

Diez B. Roggisch deets at nospam.web.de
Tue Apr 22 07:30:36 EDT 2008


GD schrieb:
> Please remove ability to multiple inheritance in Python 3000.
> 
> Multiple inheritance is bad for design, rarely used and contains many
> problems for usual users.
> 
> Every program can be designed only with single inheritance.

Yes, sure. And that's why Java grew interfaces & it's class-diagrams are 
hilariously complex. Because using single inheritance is so much better.

Diez



More information about the Python-list mailing list