[Python-checkins] CVS: python/dist/src/Doc/lib lib.tex,1.180,1.181 libsoundex.tex,1.11,NONE

Fred L. Drake fdrake@users.sourceforge.net
Thu, 22 Feb 2001 13:25:22 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv27585

Modified Files:
	lib.tex 
Removed Files:
	libsoundex.tex 
Log Message:

Remove documentation for the soundex module; the module is no longer
included with Python.


Index: lib.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/lib.tex,v
retrieving revision 1.180
retrieving revision 1.181
diff -C2 -r1.180 -r1.181
*** lib.tex	2001/02/19 16:32:40	1.180
--- lib.tex	2001/02/22 21:25:20	1.181
***************
*** 9,15 ****
  \input{boilerplate}
  
! \makeindex			% tell \index to actually write the
! 				% .idx file
! \makemodindex			% ... and the module index as well.
  
  
--- 9,15 ----
  \input{boilerplate}
  
! \makeindex                      % tell \index to actually write the
!                                 % .idx file
! \makemodindex                   % ... and the module index as well.
  
  
***************
*** 63,76 ****
  \tableofcontents
  
! 				% Chapter title:
  
! \input{libintro}		% Introduction
  
! \input{libobjs}			% Built-in Types, Exceptions and Functions
  \input{libstdtypes}
  \input{libexcs}
  \input{libfuncs}
  
! \input{libpython}		% Python Runtime Services
  \input{libsys}
  \input{libgc}
--- 63,76 ----
  \tableofcontents
  
!                                 % Chapter title:
  
! \input{libintro}                % Introduction
  
! \input{libobjs}                 % Built-in Types, Exceptions and Functions
  \input{libstdtypes}
  \input{libexcs}
  \input{libfuncs}
  
! \input{libpython}               % Python Runtime Services
  \input{libsys}
  \input{libgc}
***************
*** 84,88 ****
  \input{liblinecache}
  \input{libpickle}
! \input{libcopyreg}		% really copy_reg
  \input{libshelve}
  \input{libcopy}
--- 84,88 ----
  \input{liblinecache}
  \input{libpickle}
! \input{libcopyreg}              % really copy_reg
  \input{libshelve}
  \input{libcopy}
***************
*** 97,104 ****
  \input{libsite}
  \input{libuser}
! \input{libbltin}		% really __builtin__
! \input{libmain}			% really __main__
  
! \input{libstrings}		% String Services
  \input{libstring}
  \input{libre}
--- 97,104 ----
  \input{libsite}
  \input{libuser}
! \input{libbltin}                % really __builtin__
! \input{libmain}                 % really __main__
  
! \input{libstrings}              % String Services
  \input{libstring}
  \input{libre}
***************
*** 110,114 ****
  \input{libunicodedata}
  
! \input{libmisc}			% Miscellaneous Services
  \input{libdoctest}
  \input{libmath}
--- 110,114 ----
  \input{libunicodedata}
  
! \input{libmisc}                 % Miscellaneous Services
  \input{libdoctest}
  \input{libmath}
***************
*** 125,131 ****
  \input{libshlex}
  
! \input{liballos}		% Generic Operating System Services
  \input{libos}
! \input{libposixpath}		% os.path
  \input{libdircache}
  \input{libstat}
--- 125,131 ----
  \input{libshlex}
  
! \input{liballos}                % Generic Operating System Services
  \input{libos}
! \input{libposixpath}            % os.path
  \input{libdircache}
  \input{libstat}
***************
*** 139,143 ****
  \input{libgetpass}
  \input{libcurses}
! \input{libascii}		% curses.ascii
  \input{libgetopt}
  \input{libtempfile}
--- 139,143 ----
  \input{libgetpass}
  \input{libcurses}
! \input{libascii}                % curses.ascii
  \input{libgetopt}
  \input{libtempfile}
***************
*** 149,153 ****
  \input{libgettext}
  
! \input{libsomeos}		% Optional Operating System Services
  \input{libsignal}
  \input{libsocket}
--- 149,153 ----
  \input{libgettext}
  
! \input{libsomeos}               % Optional Operating System Services
  \input{libsignal}
  \input{libsocket}
***************
*** 167,171 ****
  \input{librlcompleter}
  
! \input{libunix}			% UNIX Specific Services
  \input{libposix}
  \input{libpwd}
--- 167,171 ----
  \input{librlcompleter}
  
! \input{libunix}                 % UNIX Specific Services
  \input{libposix}
  \input{libpwd}
***************
*** 186,194 ****
  \input{libcommands}
  
! \input{libpdb}			% The Python Debugger
  
! \input{libprofile}		% The Python Profiler
  
! \input{internet}		% Internet Protocols
  \input{libwebbrowser}
  \input{libcgi}
--- 186,194 ----
  \input{libcommands}
  
! \input{libpdb}                  % The Python Debugger
  
! \input{libprofile}              % The Python Profiler
  
! \input{internet}                % Internet Protocols
  \input{libwebbrowser}
  \input{libcgi}
***************
*** 210,214 ****
  \input{libasyncore}
  
! \input{netdata}			% Internet Data Handling
  \input{libformatter}
  \input{librfc822}
--- 210,214 ----
  \input{libasyncore}
  
! \input{netdata}                 % Internet Data Handling
  \input{libformatter}
  \input{librfc822}
***************
*** 243,247 ****
  \input{libxmllib}
  
! \input{libmm}			% Multimedia Services
  \input{libaudioop}
  \input{libimageop}
--- 243,247 ----
  \input{libxmllib}
  
! \input{libmm}                   % Multimedia Services
  \input{libaudioop}
  \input{libimageop}
***************
*** 255,259 ****
  \input{libsndhdr}
  
! \input{libcrypto}		% Cryptographic Services
  \input{libmd5}
  \input{libsha}
--- 255,259 ----
  \input{libsndhdr}
  
! \input{libcrypto}               % Cryptographic Services
  \input{libmd5}
  \input{libsha}
***************
*** 265,269 ****
  \input{libbastion}
  
! \input{language}		% Python Language Services
  \input{libparser}
  \input{libsymbol}
--- 265,269 ----
  \input{libbastion}
  
! \input{language}                % Python Language Services
  \input{libparser}
  \input{libsymbol}
***************
*** 273,285 ****
  \input{libtabnanny}
  \input{libpyclbr}
! \input{libpycompile}		% really py_compile
  \input{libcompileall}
  \input{libdis}
  
! %\input{libamoeba}		% AMOEBA ONLY
  
! %\input{libstdwin}		% STDWIN ONLY
  
! \input{libsgi}			% SGI IRIX ONLY
  \input{libal}
  \input{libcd}
--- 273,285 ----
  \input{libtabnanny}
  \input{libpyclbr}
! \input{libpycompile}            % really py_compile
  \input{libcompileall}
  \input{libdis}
  
! %\input{libamoeba}              % AMOEBA ONLY
  
! %\input{libstdwin}              % STDWIN ONLY
  
! \input{libsgi}                  % SGI IRIX ONLY
  \input{libal}
  \input{libcd}
***************
*** 291,298 ****
  %\input{libpanel}
  
! \input{libsun}			% SUNOS ONLY
  \input{libsunaudio}
  
! \input{windows}			% MS Windows ONLY
  \input{libmsvcrt}
  \input{libwinreg}
--- 291,298 ----
  %\input{libpanel}
  
! \input{libsun}                  % SUNOS ONLY
  \input{libsunaudio}
  
! \input{windows}                 % MS Windows ONLY
  \input{libmsvcrt}
  \input{libwinreg}
***************
*** 309,313 ****
  %\input{libregex}
  %\input{libregsub}
- %\input{libsoundex}
  
  \chapter{Reporting Bugs}
--- 309,312 ----
***************
*** 323,332 ****
  \renewcommand{\indexname}{Module Index}
  %end{latexonly}
! \input{modlib.ind}		% Module Index
  
  %begin{latexonly}
  \renewcommand{\indexname}{Index}
  %end{latexonly}
! \input{lib.ind}			% Index
  
  \end{document}
--- 322,331 ----
  \renewcommand{\indexname}{Module Index}
  %end{latexonly}
! \input{modlib.ind}              % Module Index
  
  %begin{latexonly}
  \renewcommand{\indexname}{Index}
  %end{latexonly}
! \input{lib.ind}                 % Index
  
  \end{document}

--- libsoundex.tex DELETED ---