mirror of https://github.com/python/cpython
SF# 522426, add doc for common parameter for filecmp.cmpfiles()
This commit is contained in:
parent
cacbdf6229
commit
1abca4a515
|
@ -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
|
lack permission to read them or many other reasons, but always that
|
||||||
the comparison could not be done for some reason.
|
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
|
The \var{shallow} and \var{use_statcache} parameters have the same
|
||||||
meanings and default values as for \function{filecmp.cmp()}.
|
meanings and default values as for \function{filecmp.cmp()}.
|
||||||
\end{funcdesc}
|
\end{funcdesc}
|
||||||
|
|
Loading…
Reference in New Issue