This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gmarketer
Recipients gmarketer
Date 2008-04-22.09:52:13
SpamBayes Score 0.027699547
Marked as misclassified No
Message-id <1208857936.63.0.151733564558.issue2667@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-04-22 09:52:18gmarketersetspambayes_score: 0.0276995 -> 0.027699547
recipients: + gmarketer
2008-04-22 09:52:16gmarketersetspambayes_score: 0.0276995 -> 0.0276995
messageid: <1208857936.63.0.151733564558.issue2667@psf.upfronthosting.co.za>
2008-04-22 09:52:14gmarketerlinkissue2667 messages
2008-04-22 09:52:13gmarketercreate