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

2008-12-01 Thread Tino Wildenhain
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 ro

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

2008-12-01 Thread Piyush Anonymous
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. -- http://mail.python.org/mailman/listinfo/python-list