Kaydet (Commit) 798654fc authored tarafından Fred Drake's avatar Fred Drake

Added \indexsubitem definition; functions were previously indexed for the

wrong module.
üst 2478f9d5
......@@ -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.
......
......@@ -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
......
......@@ -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.
......
......@@ -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?
......
......@@ -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.
......
......@@ -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
......
......@@ -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.
......
......@@ -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?
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment