> >>> Example.__bases__
> (First, Second)

Sorry, that should have been

>>> Example.__bases__
(<class '__main__.First'>, <class '__main__.Second'>)

That's what I get for writing an example from memory rather than copying it from
a REPL session. It doesn't change the point I wanted to make, though.

Thanks,
Chris Bouchard
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to