From: Neal Norwitz Date: Wed, 20 Mar 2002 18:55:09 +0000 (+0000) Subject: SF# 522426, add doc for common parameter for filecmp.cmpfiles() X-Git-Tag: v2.3c1~6429 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1abca4a5151c4685c035e836895c0b98d0f7d0f3;p=thirdparty%2FPython%2Fcpython.git SF# 522426, add doc for common parameter for filecmp.cmpfiles() --- diff --git a/Doc/lib/libfilecmp.tex b/Doc/lib/libfilecmp.tex index c53fc33796dc..6e474ae9a02e 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}