In message <[EMAIL PROTECTED]>, Wojciech Gryc wrote: > I'm a seasoned Java programmer and quite a big fan of interfaces... > i.e. The idea that if I make a number of distinct classes that > implement interface X, I can pass them all as parameters to functions > or whatnot that require an X object.
Why? Interfaces are just a euphemism for multiple inheritance, except it's sort of a crippled compromise to keep the single-inheritance fanatics from getting too unhappy. -- http://mail.python.org/mailman/listinfo/python-list