Re: How do I compare files?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?ISO-8859-1?Q?Gerhard_H=E4ring?=

    Re: How do I compare files?

    Clay Hobbs wrote:
    I am making a program that (with urllib) that downloads two jpeg files
    and, if they are different, displays the new one. I need to find a way
    to compare two files in Python. How is this done?
    There's a module in the standard library called filecmp ;-)

    -- Gerhard

Working...