binary file compare...

Grant Edwards grante at visi.com
Mon Apr 13 22:39:26 EDT 2009


On 2009-04-13, Peter Otten <__peter__ at web.de> wrote:

> But there's a cache. A change of file contents may go
> undetected as long as the file stats don't change:

Good point.  You can fool it if you force the stats to their
old values after you modify a file and you don't clear the
cache.

-- 
Grant




More information about the Python-list mailing list