I'm stuck using a library based on old style classes, and need to find
a class's parent at runtime.

With new style classes you can use .__base__ to inspect a parent, but
I can't remember how this was done in days of yore, before object.
I've tried googling, but apparently my search term Fu is weak. :-(

Can anyone help me out here?  There must be something simple.

-Jasper
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to