Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7eaf682

Browse files
committed
Added deprecation notes, in case anyone decides to read these anyway.
1 parent 143db4b commit 7eaf682

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Doc/lib/libcmp.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ \section{\module{cmp} ---
55
\sectionauthor{Moshe Zadka}{[email protected]}
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+
811
The \module{cmp} module defines a function to compare files, taking all
912
sort of short-cuts to make it a highly efficient operation.
1013

Doc/lib/libcmpcache.tex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ \section{\module{cmpcache} ---
55
\sectionauthor{Moshe Zadka}{[email protected]}
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+
811
The \module{cmpcache} module provides an identical interface and similar
912
functionality as the \refmodule{cmp} module, but can be a bit more efficient
1013
as it uses \function{statcache.stat()} instead of \function{os.stat()}

0 commit comments

Comments
 (0)