diff options
| author | Fred Drake <fdrake@acm.org> | 1998-04-09 14:23:48 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1998-04-09 14:23:48 +0000 |
| commit | 363ab1a613ec053b64ae097381af9c3295232cce (patch) | |
| tree | ae9b6fa0c27e0a459d2d2e2fd8112a649db79e32 | |
| parent | eeec0af307a0e018e17ef64ca02c925df6417b54 (diff) | |
| download | cpython-git-363ab1a613ec053b64ae097381af9c3295232cce.tar.gz | |
Comment out the soundex section.
| -rw-r--r-- | Doc/lib.tex | 2 | ||||
| -rw-r--r-- | 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} |
