Andrew Berg wrote:
I have a method that writes the data to disk, but at this point, I don't see any problems with just pickling the class instance.
Just keep in mind that if you're not careful, pickles can end up being tied more closely that you would like to various internal details of your program, such as the precise names of the classes involved and which modules they live in. -- Greg -- http://mail.python.org/mailman/listinfo/python-list