Issue 2667: Remove multiple inheritance in Python 3000
Issue2667
Created on 2008-04-22 09:52 by gmarketer, last changed 2022-04-11 14:56 by admin. This issue is now closed.
| Messages (4) | |||
|---|---|---|---|
| msg65671 - (view) | Author: gmarketer (gmarketer) | Date: 2008-04-22 09:52 | |
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. |
|||
| msg65672 - (view) | Author: Raghuram Devarakonda (draghuram) ![]() |
Date: 2008-04-22 10:54 | |
I don't think this request is appropriate for bug tracker. If you are really keen, bring it up on perhaps python-ideas mailing list. |
|||
| msg65673 - (view) | Author: Christian Heimes (christian.heimes) * ![]() |
Date: 2008-04-22 11:25 | |
You are too late for Python 3000. You next change will be in about 10 years for Python 4000. |
|||
| msg65674 - (view) | Author: gmarketer (gmarketer) | Date: 2008-04-22 12:04 | |
I'm also think so. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:33 | admin | set | github: 46919 |
| 2008-04-22 12:04:24 | gmarketer | set | messages: + msg65674 |
| 2008-04-22 11:25:14 | christian.heimes | set | nosy:
+ christian.heimes messages: + msg65673 |
| 2008-04-22 10:54:53 | draghuram | set | status: open -> closed resolution: not a bug messages: + msg65672 nosy: + draghuram |
| 2008-04-22 09:52:15 | gmarketer | create | |

