Is there a standard procedure for dealing with fundamental changes to classes? For instance, how do you make a ZODB cope with a class being renamed, or being placed in a different location? How will it know that oldmod.myclass == newmod.myclass? Chris