From 1abca4a5151c4685c035e836895c0b98d0f7d0f3 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Wed, 20 Mar 2002 18:55:09 +0000 Subject: [PATCH] SF# 522426, add doc for common parameter for filecmp.cmpfiles() --- Doc/lib/libfilecmp.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libfilecmp.tex b/Doc/lib/libfilecmp.tex index c53fc33796..6e474ae9a0 100644 --- a/Doc/lib/libfilecmp.tex +++ b/Doc/lib/libfilecmp.tex @@ -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} -- 2.50.1