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

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

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

Reply via email to