I don\'t care what the differences are. I just want to know whether the contents are different.
f = open(filename1, "r").read() f2 = open(filename2,"r").read() print f == f2