6/10/07

google-diff-match-patch

Found an interesting Google code on text diffing, matching and patching: google-diff-match-patch

The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronizing plain text.

The python code is real useful for us! Thanks Google.