amk> Removing statcache.py breaks two modules in Lib/lib-old, amk> cmpcache.py and dircmp.py. What should be done: rewrite them to amk> use os.stat instead of statcache, or just delete them? Why not migrate statcache.py to lib-old? Skip