Minimal binary diff & version control in Python?

Raymond Hettinger python at rcn.com
Sun Apr 26 03:35:02 EDT 2009


[Kevin Ar18]
> Has anyone ever tried to implement some form of version control in Python (if so, where)?

Yes.  Here's the code I use to read and write my old version control
files (originally created with TLIB):

    http://code.activestate.com/recipes/576729/

Raymond



More information about the Python-list mailing list