Remove multiple inheritance in Python 3000

GD gmarketer at gmail.com
Tue Apr 22 07:07:01 EDT 2008


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.

I also published this request at http://bugs.python.org/issue2667



More information about the Python-list mailing list