On Aug 9, 4:04 pm, brad <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > You should be able to read chunks of each file in binary mode and do a
> > compare to check for equality. Some kind of loop should do the trick.
>
> Why not a simple md5 or sha with the hash library?

Or even:

http://docs.python.org/lib/module-filecmp.html

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to