summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcmpcache.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-10-26 16:31:51 (GMT)
committerFred Drake <fdrake@acm.org>1999-10-26 16:31:51 (GMT)
commit7eaf6828cbf8c1d9a3dff534a85e81092dc50733 (patch)
tree82b5b586169c34a76c65824a4fd808c90865b741 /Doc/lib/libcmpcache.tex
parent143db4b041ae4b5e033f7a7dcad145f77f60f857 (diff)
downloadcpython-7eaf6828cbf8c1d9a3dff534a85e81092dc50733.zip
cpython-7eaf6828cbf8c1d9a3dff534a85e81092dc50733.tar.gz
cpython-7eaf6828cbf8c1d9a3dff534a85e81092dc50733.tar.bz2
Added deprecation notes, in case anyone decides to read these anyway.
Diffstat (limited to 'Doc/lib/libcmpcache.tex')
-rw-r--r--Doc/lib/libcmpcache.tex3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/lib/libcmpcache.tex b/Doc/lib/libcmpcache.tex
index dab987e..405c455 100644
--- a/Doc/lib/libcmpcache.tex
+++ b/Doc/lib/libcmpcache.tex
@@ -5,6 +5,9 @@
\sectionauthor{Moshe Zadka}{mzadka@geocities.com}
\modulesynopsis{Compare files very efficiently.}
+% XXX check version number before release!
+\deprecated{1.5.3}{Use the \module{filecmp} module instead.}
+
The \module{cmpcache} module provides an identical interface and similar
functionality as the \refmodule{cmp} module, but can be a bit more efficient
as it uses \function{statcache.stat()} instead of \function{os.stat()}