Brett Cannon wrote: > On 8/2/05, Phillip J. Eby <[EMAIL PROTECTED]> wrote: >>It seems to me that multiple inheritance is definitely the right idea, >>though. That way, we can get the hierarchy we really want with only a >>minimum of boilerplate in pre-3.0 to make it actually work. > > Yeah. I think name aliasing and multiple inheritance will take us a > long way. Warnings should be able to take us the rest of the way. > > -Brett (who is still waiting for a number; Barry, David, you out there?)
And it will let us get rid of some of the ugliness in my v 0.1 proposal, too (like Error being a child of StandardError, instead of the other way around). Cheers, Nick. -- Nick Coghlan | [EMAIL PROTECTED] | Brisbane, Australia --------------------------------------------------------------- http://boredomandlaziness.blogspot.com _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com