Can you create an instance of a subclass using an existing instance of the base class?
Such things would be impossible in some languages or very difficult in others. I wonder if this can be done in python, without copying the base class instance, which in my case is a very expensive object. Any ideas? Thanks, -Sandra -- http://mail.python.org/mailman/listinfo/python-list