Object Diffs

python at bdurham.com python at bdurham.com
Mon Aug 8 20:31:03 EDT 2011


Croepha,

You may find it simpler and sufficiently efficient to compress your
objects in whatever format they exist (pickle, json, xml, etc) and send
the compressed equivalents vs. trying to diff on side and reassemble on
the other side.

Malcolm



More information about the Python-list mailing list