Re: Does Python have Multiple Inheritance ?

2008-11-15 Thread Lawrence D'Oliveiro
In message [EMAIL PROTECTED], Larry Bates wrote: Lawrence D'Oliveiro wrote: In message [EMAIL PROTECTED], Steve Holden wrote: Lawrence D'Oliveiro wrote: Not to mention duck typing, which does away with the need for inheritance altogether. That seems a somewhat extreme point of view.

Re: Does Python have Multiple Inheritance ?

2008-11-09 Thread Larry Bates
Lawrence D'Oliveiro wrote: In message [EMAIL PROTECTED], Steve Holden wrote: Lawrence D'Oliveiro wrote: In message [EMAIL PROTECTED], Michele Simionato wrote: On Nov 7, 4:38 pm, Tim Golden [EMAIL PROTECTED] wrote: Seriously, though, although Python does indeed support multiple

Does Python have Multiple Inheritance ?

2008-11-07 Thread Aaron Gray
Wikipedia says Python has Multiple Inheritance, is this true ? http://en.wikipedia.org/wiki/Multiple_inheritance Thanks, Aaron -- http://mail.python.org/mailman/listinfo/python-list

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Christian Heimes
Aaron Gray wrote: Wikipedia says Python has Multiple Inheritance, is this true ? http://en.wikipedia.org/wiki/Multiple_inheritance Yes -- http://mail.python.org/mailman/listinfo/python-list

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Roy Smith
In article [EMAIL PROTECTED], Tim Golden [EMAIL PROTECTED] wrote: Aaron Gray wrote: Wikipedia says Python has Multiple Inheritance, is this true ? http://en.wikipedia.org/wiki/Multiple_inheritance Thanks, Aaron Good grief. You can use Wikipedia but you can't use Google?

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Michele Simionato
On Nov 7, 3:50 pm, Tim Golden [EMAIL PROTECTED] wrote: Aaron Gray wrote: Wikipedia says Python has Multiple Inheritance, is this true ?    http://en.wikipedia.org/wiki/Multiple_inheritance Thanks, Aaron Good grief. You can use Wikipedia but you can't use Google?

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Aaron Gray
Roy Smith [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In article [EMAIL PROTECTED], Tim Golden [EMAIL PROTECTED] wrote: Aaron Gray wrote: Wikipedia says Python has Multiple Inheritance, is this true ? http://en.wikipedia.org/wiki/Multiple_inheritance Thanks,

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Tim Golden
Aaron Gray wrote: Roy Smith [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] In article [EMAIL PROTECTED], Tim Golden [EMAIL PROTECTED] wrote: Aaron Gray wrote: Wikipedia says Python has Multiple Inheritance, is this true ? http://en.wikipedia.org/wiki/Multiple_inheritance

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Michele Simionato
On Nov 7, 4:38 pm, Tim Golden [EMAIL PROTECTED] wrote: Seriously, though, although Python does indeed support multiple inheritance, I have the impression from comments over the years that it's used a lot less than in other languages where it is more of a common idiom. Certainly in my own (not

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Tim Golden
Aaron Gray wrote: Wikipedia says Python has Multiple Inheritance, is this true ? http://en.wikipedia.org/wiki/Multiple_inheritance Thanks, Aaron Good grief. You can use Wikipedia but you can't use Google? http://www.google.co.uk/search?q=python+multiple+inheritance TJG --

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Lawrence D'Oliveiro
In message [EMAIL PROTECTED], Michele Simionato wrote: On Nov 7, 4:38 pm, Tim Golden [EMAIL PROTECTED] wrote: Seriously, though, although Python does indeed support multiple inheritance, I have the impression from comments over the years that it's used a lot less than in other languages

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Steve Holden
Lawrence D'Oliveiro wrote: In message [EMAIL PROTECTED], Michele Simionato wrote: On Nov 7, 4:38 pm, Tim Golden [EMAIL PROTECTED] wrote: Seriously, though, although Python does indeed support multiple inheritance, I have the impression from comments over the years that it's used a lot

Re: Does Python have Multiple Inheritance ?

2008-11-07 Thread Lawrence D'Oliveiro
In message [EMAIL PROTECTED], Steve Holden wrote: Lawrence D'Oliveiro wrote: In message [EMAIL PROTECTED], Michele Simionato wrote: On Nov 7, 4:38 pm, Tim Golden [EMAIL PROTECTED] wrote: Seriously, though, although Python does indeed support multiple inheritance, I have the impression