File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,16 +16,11 @@ \section{\module{filecmp} ---
1616they seem equal, \code {False} otherwise.
1717
1818Unless \var {shallow} is given and is false, files with identical
19- \function {os.stat()} signatures are taken to be equal. If
20- \var {use_statcache} is given and is true,
21- \function {statcache.stat()} will be called rather then
22- \function {os.stat()}; the default is to use \function {os.stat()}.
19+ \function {os.stat()} signatures are taken to be equal.
20+ \versionchanged [\var {use_statcache} is obsolete and ignored.]{2.3}
2321
2422Files that were compared using this function will not be compared again
25- unless their \function {os.stat()} signature changes. Note that using
26- \var {use_statcache} true will cause the cache invalidation mechanism to
27- fail --- the stale stat value will be used from \refmodule {statcache}'s
28- cache.
23+ unless their \function {os.stat()} signature changes.
2924
3025Note that no external programs are called from this function, giving it
3126portability and efficiency.
You can’t perform that action at this time.
0 commit comments