finding the difference between the two version of the python program...

Tino Wildenhain tino at wildenhain.de
Mon Dec 1 10:20:56 EST 2008


Hi,

Piyush Anonymous wrote:
> is there a tool which, given two version of programs, finds the 
> difference like set of classes added, deleted and modified?
> assuming the python program is written in oops way.

diff for example can do this.

There is also an difflib in python which you can use
to roll your own diff.

Regards
TIno
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 3241 bytes
Desc: S/MIME Cryptographic Signature
URL: <http://mail.python.org/pipermail/python-list/attachments/20081201/99a56b71/attachment-0001.bin>


More information about the Python-list mailing list