Python filecmp Functions

EditRocket provides the following information on filecmp functions in the Python source code builder.

cmp(f1, f2[, shallow]) - Compare the files named f1 and f2, returning True if they seem equal, False otherwise.

cmpfiles(dir1, dir2, common[, shallow]) - Returns three lists of file names: match, mismatch, errors.