On Fri, 4 Apr 2008, Wayne Watson wrote:

> Is there a Linux diff-like command for Python code? I'd like to see the 
> difference between two py files.

You could just use diff.

Python itself also has difflib:

http://python.org/doc/2.5/lib/module-difflib.html

_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to