isinstance! Now why didn't I know about that? Thanks you. I guess I'll need a throwaway instance of the class to run type() on to get a usable type object for comparison, but I'll work something out. As to the security considerations...this is a small enough program with a limited enough release that I'm not going to sweat it, although I will keep this in mind. -- http://mail.python.org/mailman/listinfo/python-list
- Re: Type-checking unpickled objects Gordon Airporte
- Re: Type-checking unpickled objects Gordon Airporte