[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?
A
Andrew M. Kuchling committed
8eb4044f7e42af1134a6a98e52201df0a8aaa01f
Parent: e63846d