File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ \section{\module{cmp} ---
55\sectionauthor {Moshe Zadka}{mzadka@geocities.com}
66\modulesynopsis {Compare files very efficiently.}
77
8+ % XXX check version number before release!
9+ \deprecated {1.5.3}{Use the \module {filecmp} module instead.}
10+
811The \module {cmp} module defines a function to compare files, taking all
912sort of short-cuts to make it a highly efficient operation.
1013
Original file line number Diff line number Diff line change @@ -5,6 +5,9 @@ \section{\module{cmpcache} ---
55\sectionauthor {Moshe Zadka}{mzadka@geocities.com}
66\modulesynopsis {Compare files very efficiently.}
77
8+ % XXX check version number before release!
9+ \deprecated {1.5.3}{Use the \module {filecmp} module instead.}
10+
811The \module {cmpcache} module provides an identical interface and similar
912functionality as the \refmodule {cmp} module, but can be a bit more efficient
1013as it uses \function {statcache.stat()} instead of \function {os.stat()}
You can’t perform that action at this time.
0 commit comments