From 363ab1a613ec053b64ae097381af9c3295232cce Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 9 Apr 1998 14:23:48 +0000 Subject: [PATCH] Comment out the soundex section. --- Doc/lib.tex | 2 +- Doc/lib/lib.tex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib.tex b/Doc/lib.tex index be53349cf4..a481e7f516 100644 --- a/Doc/lib.tex +++ b/Doc/lib.tex @@ -97,7 +97,7 @@ add new extensions to Python and how to embed it in other applications. \input{libregsub} \input{libstruct} \input{libstrio} -\input{libsoundex} +%\input{libsoundex} \input{libmisc} % Miscellaneous Services \input{libmath} diff --git a/Doc/lib/lib.tex b/Doc/lib/lib.tex index be53349cf4..a481e7f516 100644 --- a/Doc/lib/lib.tex +++ b/Doc/lib/lib.tex @@ -97,7 +97,7 @@ add new extensions to Python and how to embed it in other applications. \input{libregsub} \input{libstruct} \input{libstrio} -\input{libsoundex} +%\input{libsoundex} \input{libmisc} % Miscellaneous Services \input{libmath} -- 2.50.0