[issue2667] Remove multiple inheritance in Python 3000

2008-04-22 Thread gmarketer
gmarketer <[EMAIL PROTECTED]> added the comment: I'm also think so. __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue2667] Remove multiple inheritance in Python 3000

2008-04-22 Thread Christian Heimes
Christian Heimes <[EMAIL PROTECTED]> added the comment: You are too late for Python 3000. You next change will be in about 10 years for Python 4000. -- nosy: +tiran __ Tracker <[EMAIL PROTECTED]>

[issue2667] Remove multiple inheritance in Python 3000

2008-04-22 Thread Raghuram Devarakonda
Raghuram Devarakonda <[EMAIL PROTECTED]> added the comment: 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. -- nosy: +draghuram resolution: -> invalid status: open -> closed ___

[issue2667] Remove multiple inheritance in Python 3000

2008-04-22 Thread gmarketer
New submission from gmarketer <[EMAIL PROTECTED]>: 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. -- components: N