diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-20 18:55:09 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-03-20 18:55:09 (GMT) |
commit | 1abca4a5151c4685c035e836895c0b98d0f7d0f3 (patch) | |
tree | c4e0f42c2c4516435d4ce8c537658c656ab08c4b /Doc/lib/libfilecmp.tex | |
parent | cacbdf6229fb8f3769c0cc5a9bac78d86ca51657 (diff) | |
download | cpython-1abca4a5151c4685c035e836895c0b98d0f7d0f3.zip cpython-1abca4a5151c4685c035e836895c0b98d0f7d0f3.tar.gz cpython-1abca4a5151c4685c035e836895c0b98d0f7d0f3.tar.bz2 |
SF# 522426, add doc for common parameter for filecmp.cmpfiles()
Diffstat (limited to 'Doc/lib/libfilecmp.tex')
-rw-r--r-- | Doc/lib/libfilecmp.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libfilecmp.tex b/Doc/lib/libfilecmp.tex index c53fc33..6e474ae 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} |