Python patch module

Robert Kern robert.kern at gmail.com
Mon Feb 2 18:05:40 EST 2009


On 2009-02-02 16:39, Minesh Patel wrote:
> Hi,
> I was wondering if there is any patch management module for Python.
> Basically I am looking to only apply a hunk from a patch if the file
> exists.

Google's diff-match-patch library might be up your alley.

http://code.google.com/p/google-diff-match-patch/

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco




More information about the Python-list mailing list