]> granicus.if.org Git - python/commit
[Bug #680494] filecmp.py uses obsolete statcache module.
authorAndrew M. Kuchling <amk@amk.ca>
Thu, 6 Feb 2003 17:50:01 +0000 (17:50 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Thu, 6 Feb 2003 17:50:01 +0000 (17:50 +0000)
commit8eb4044f7e42af1134a6a98e52201df0a8aaa01f
treecf26831d1277d88e4ebea8ae177fdd1845e74d3c
parente63846dc3a140f374d6e97e6b10d65bbaf99fb00
[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?
Lib/filecmp.py