Real Problems with Python

Justus Pendleton justus at my-deja.com
Wed Feb 16 12:56:53 EST 2000


In article <oqu2jack2m.fsf at titan.progiciels-bpi.ca>,
  =?ISO-8859-1?Q?Fran=E7ois_Pinard?= <pinard at iro.umontreal.ca> wrote:
> Justus Pendleton <justus at my-deja.com> writes:
>
> > I guess I don't see how MI is a different issue [...]
>
> Neither do I.  But for a different reason.  What means MI? :-)

MI = Multiple Inheritance, i.e.

class Foo (Bar, Splat):
	pass

instead of just

class Foo (Bar):
	pass


Sent via Deja.com http://www.deja.com/
Before you buy.



More information about the Python-list mailing list