]> granicus.if.org Git - python/commitdiff
Added deprecation notes, in case anyone decides to read these anyway.
authorFred Drake <fdrake@acm.org>
Tue, 26 Oct 1999 16:31:51 +0000 (16:31 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 26 Oct 1999 16:31:51 +0000 (16:31 +0000)
Doc/lib/libcmp.tex
Doc/lib/libcmpcache.tex

index a30da72e2bfe319fb8387c93f3ca35ec8c8d0148..4f81b3c3281dd825860f9d2f2f380026311944f6 100644 (file)
@@ -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.
 
index dab987e33f73077e1617f65c8948be65f00d759d..405c455b25b15013a4ecc5c6cfdac98261b6299e 100644 (file)
@@ -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()}