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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to