A year or so ago, there was a posting - I believe on someone's blog -
which told of a unique experiment. The experimenter tried loading and
searching a large XML document based on three strategies:
1. (I think) elementree directly
2. Store entire XML document in ZODB (or Durus, can't remember)
Hello,
I am trying to use cx_bsdiff
(http://starship.python.net/crew/atuining/cx_bsdiff/index.html) to to
make a diff and patch some files. It appears that I can make the diff,
but when I apply the patch, the result is not the same.
As far as I understand the documentation, I am using this co