En Tue, 26 Jun 2007 11:43:32 -0300, Debajit Adhikary <[EMAIL PROTECTED]> escribió:
> What would be the best way to convert the regular (unix) diff output into > XML? > Are there any libraries at all which might help? You can use a SequenceMatcher object (see the difflib module http://docs.python.org/lib/module-difflib.html) and generate the xml file based on the resulting opcodes. -- Gabriel Genellina -- http://mail.python.org/mailman/listinfo/python-list