From: Fred Drake Date: Tue, 26 Oct 1999 16:28:04 +0000 (+0000) Subject: cmp and cmpcache are now obsolete, so don't include their X-Git-Tag: v1.6a1~793 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=143db4b041ae4b5e033f7a7dcad145f77f60f857;p=python cmp and cmpcache are now obsolete, so don't include their documentation sections. --- diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index fba5b24d6e..afe08a4acd 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -133,8 +133,8 @@ add new extensions to Python and how to embed it in other applications. \input{libstat} \input{libstatcache} \input{libstatvfs} -\input{libcmp} -\input{libcmpcache} +%\input{libcmp} +%\input{libcmpcache} \input{libtime} \input{libsched} \input{libgetpass}