[issue2667] Remove multiple inheritance in Python 3000

gmarketer report at bugs.python.org
Tue Apr 22 11:52:17 CEST 2008


New submission from gmarketer <gmarketer at gmail.com>:

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: None
messages: 65671
nosy: gmarketer
severity: normal
status: open
title: Remove multiple inheritance in Python 3000
type: feature request
versions: Python 3.0

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2667>
__________________________________


More information about the Python-bugs-list mailing list