What is cx_bsdiff?

bsdiff is a very simple Python extension module that allows Python to perform the same tasks as the bsdiff utility available from
http://www.daemonology.net/bsdiff and runs on any platform on which Python runs.



Where do I get it?

http://starship.python.net/crew/atuining


What's new? 1) This is the first release of this project. I have used it at our company for a couple of years now and found it quite useful. I have written a script that accepts a source and target directory and performs a diff between the two, storing the binary differences in a pickled file which can then be used to reconstitute the target directory given the source directory and the patch file. I am willing to make this available if there is enough interest.

--
Anthony Tuininga
[EMAIL PROTECTED]

Computronix
Distinctive Software. Real People.
Suite 200, 10216 - 124 Street NW
Edmonton, AB, Canada  T5N 4A3
Phone:  (780) 454-3700
Fax:    (780) 454-3838
http://www.computronix.com

--
http://mail.python.org/mailman/listinfo/python-announce-list

       Support the Python Software Foundation:
       http://www.python.org/psf/donations.html

Reply via email to