]> granicus.if.org Git - python/commitdiff
SF# 522426, add doc for common parameter for filecmp.cmpfiles()
authorNeal Norwitz <nnorwitz@gmail.com>
Wed, 20 Mar 2002 18:55:09 +0000 (18:55 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Wed, 20 Mar 2002 18:55:09 +0000 (18:55 +0000)
Doc/lib/libfilecmp.tex

index c53fc33796dc18ccfcb7ff40fb987a1ecca7bd83..6e474ae9a02e9c81670fdeb4773916bd159097d0 100644 (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}