In <[EMAIL PROTECTED]>, Beliavsky
wrote:

> […] How should one check that files are the same in Python? The files
> are plain text.

Take a look at the `filecmp` module.  Pay attention to the shallow
argument of `filecmp.cmp()` and the default value!

Ciao,
        Marc 'BlackJack' Rintsch

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

Reply via email to