SF# 522426, add doc for common parameter for filecmp.cmpfiles()

This commit is contained in:
Neal Norwitz 2002-03-20 18:55:09 +00:00
parent cacbdf6229
commit 1abca4a515
1 changed files with 1 additions and 0 deletions

View File

@ -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}