[Bug #680494] filecmp.py uses obsolete statcache module.
   Simply replace all uses of statcache with os.stat.

Should I add a DeprecationWarning triggered if the use_statcache argument
is supplied, so we can remove it in 2.4?
1 file changed