Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 694d9b3

Browse files
committed
Update doc to reflect code changes for obsoleting use_statcache parameter
1 parent d683504 commit 694d9b3

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

Doc/lib/libfilecmp.tex

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,11 @@ \section{\module{filecmp} ---
1616
they seem equal, \code{False} otherwise.
1717

1818
Unless \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

2422
Files 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

3025
Note that no external programs are called from this function, giving it
3126
portability and efficiency.

0 commit comments

Comments
 (0)