On Tue, Feb 16, 2010 at 9:45 PM, Armando Di Cianno <arma...@goodship.net> wrote: > FWIW and IMHO, Python has the only multiple inheritance structure I've > encountered that made sense and was straightforward to understand.
It doesn't make sense and it is not easy to understand, it used to be a mess, but with new style classes and metaclasses it is an even bigger mess, I remember reading up on how the MRO works now, and it is just ridiculously complicated for what should be just a fucking lookup. uriel > __armando > > > On Tue, Feb 16, 2010 at 3:02 PM, Jonas H. <jo...@lophus.org> wrote: >> On 02/16/2010 07:37 PM, Uriel wrote: >>> >>> multiple inheritance >> >> What's bad about that? >> >>> metaclasses >> >> And about that? >> >>> string encoding system >> >> Well, this one really *sucks* in Python. >> >> > >