From: Fred Drake Date: Tue, 26 Oct 1999 16:31:51 +0000 (+0000) Subject: Added deprecation notes, in case anyone decides to read these anyway. X-Git-Tag: v1.6a1~792 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7eaf6828cbf8c1d9a3dff534a85e81092dc50733;p=thirdparty%2FPython%2Fcpython.git Added deprecation notes, in case anyone decides to read these anyway. --- diff --git a/Doc/lib/libcmp.tex b/Doc/lib/libcmp.tex index a30da72e2bfe..4f81b3c3281d 100644 --- a/Doc/lib/libcmp.tex +++ b/Doc/lib/libcmp.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{cmp} module defines a function to compare files, taking all sort of short-cuts to make it a highly efficient operation. diff --git a/Doc/lib/libcmpcache.tex b/Doc/lib/libcmpcache.tex index dab987e33f73..405c455b25b1 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()}