]> granicus.if.org Git - python/commitdiff
Added \indexsubitem definition; functions were previously indexed for the
authorFred Drake <fdrake@acm.org>
Sun, 30 Nov 1997 05:53:22 +0000 (05:53 +0000)
committerFred Drake <fdrake@acm.org>
Sun, 30 Nov 1997 05:53:22 +0000 (05:53 +0000)
wrong module.

Doc/lib/libbase64.tex
Doc/lib/libfnmatch.tex
Doc/lib/libquopri.tex
Doc/lib/libsocksvr.tex
Doc/libbase64.tex
Doc/libfnmatch.tex
Doc/libquopri.tex
Doc/libsocksvr.tex

index ab00ded922624254e762d62db8e0592e56eba928..edd192016df48e437ae766449196ceaffbc62549 100644 (file)
@@ -13,6 +13,8 @@ string \code{'www.python.org'} is encoded as the string
 \indexii{RFC}{1421}
 \index{MIME, base 64 encoding}
 
+\renewcommand{\indexsubitem}{(in module base64)}
+
 \begin{funcdesc}{decode}{input\, output}
 Decode the contents of the \var{input} file and write the resulting
 binary data to the \var{output} file.
index 86c907373b3d4ea9c75c1f5ad1ee4431e7998231..8bce50a18e98ebf863509af9f82f6a85fc8bd922 100644 (file)
@@ -17,6 +17,8 @@ Note that the filename separator (\code{'/'} on Unix) is \emph{not}
 special to this module.  See module \code{glob} for pathname expansion
 (\code{glob} uses \code{fnmatch} to match filename segments).
 
+\renewcommand{\indexsubitem}{(in module fnmatch)}
+
 \begin{funcdesc}{fnmatch}{filename\, pattern}
 Test whether the \var{filename} string matches the \var{pattern}
 string, returning true or false.  If the operating system is
index 2fbd35aa89b46e0b2e58a65b570bd81be0753eec..a7395ecaaf2e92d66f9524fde05cdb45dc9e0837 100644 (file)
@@ -12,6 +12,8 @@ are many such characters, as when sending a graphics file.
 \indexii{RFC}{1521}
 \index{MIME!quoted-printable encoding}
 
+\renewcommand{\indexsubitem}{(in module quopri)}
+
 \begin{funcdesc}{decode}{input\, output}
 Decode the contents of the \var{input} file and write the resulting
 decoded binary data to the \var{output} file.
index 1e3cac387b82b6ed206a5de0cdad3df86315fe7a..a45b94842f7a3658b8ef960b75623f5a5e8ae032 100644 (file)
@@ -36,6 +36,8 @@ many requests.
 Server classes have the same external methods and attributes, no
 matter what network protocol they use:
 
+\renewcommand{\indexsubitem}{(in module SocketServer)}
+
 %XXX should data and methods be intermingled, or separate?
 % how should the distinction between class and instance variables be
 % drawn?
index ab00ded922624254e762d62db8e0592e56eba928..edd192016df48e437ae766449196ceaffbc62549 100644 (file)
@@ -13,6 +13,8 @@ string \code{'www.python.org'} is encoded as the string
 \indexii{RFC}{1421}
 \index{MIME, base 64 encoding}
 
+\renewcommand{\indexsubitem}{(in module base64)}
+
 \begin{funcdesc}{decode}{input\, output}
 Decode the contents of the \var{input} file and write the resulting
 binary data to the \var{output} file.
index 86c907373b3d4ea9c75c1f5ad1ee4431e7998231..8bce50a18e98ebf863509af9f82f6a85fc8bd922 100644 (file)
@@ -17,6 +17,8 @@ Note that the filename separator (\code{'/'} on Unix) is \emph{not}
 special to this module.  See module \code{glob} for pathname expansion
 (\code{glob} uses \code{fnmatch} to match filename segments).
 
+\renewcommand{\indexsubitem}{(in module fnmatch)}
+
 \begin{funcdesc}{fnmatch}{filename\, pattern}
 Test whether the \var{filename} string matches the \var{pattern}
 string, returning true or false.  If the operating system is
index 2fbd35aa89b46e0b2e58a65b570bd81be0753eec..a7395ecaaf2e92d66f9524fde05cdb45dc9e0837 100644 (file)
@@ -12,6 +12,8 @@ are many such characters, as when sending a graphics file.
 \indexii{RFC}{1521}
 \index{MIME!quoted-printable encoding}
 
+\renewcommand{\indexsubitem}{(in module quopri)}
+
 \begin{funcdesc}{decode}{input\, output}
 Decode the contents of the \var{input} file and write the resulting
 decoded binary data to the \var{output} file.
index 1e3cac387b82b6ed206a5de0cdad3df86315fe7a..a45b94842f7a3658b8ef960b75623f5a5e8ae032 100644 (file)
@@ -36,6 +36,8 @@ many requests.
 Server classes have the same external methods and attributes, no
 matter what network protocol they use:
 
+\renewcommand{\indexsubitem}{(in module SocketServer)}
+
 %XXX should data and methods be intermingled, or separate?
 % how should the distinction between class and instance variables be
 % drawn?