mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
SF# 522426, add doc for common parameter for filecmp.cmpfiles()
This commit is contained in:
parent
cacbdf6229
commit
1abca4a515
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ compared. Files may be listed in \var{errors} because the user may
|
|||
lack permission to read them or many other reasons, but always that
|
||||
the comparison could not be done for some reason.
|
||||
|
||||
The \var{common} parameter is a list of file names found in both directories.
|
||||
The \var{shallow} and \var{use_statcache} parameters have the same
|
||||
meanings and default values as for \function{filecmp.cmp()}.
|
||||
\end{funcdesc}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue