Compare source code

Lawrence D'Oliveiro ldo at geek-central.gen.new_zealand
Sun Oct 31 19:09:12 EDT 2010


In message <4ccd5ad9$0$19151$426a74cc at news.free.fr>, jf wrote:

> I edit each file to remove tabs ...

    expand -i <oldfile >newfile

> Do you know a tools to compare the initial file with the cleaned one to
> know if the algorithms are the same ?

    diff -b oldfile newfile




More information about the Python-list mailing list