mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Added \indexsubitem definition; functions were previously indexed for the
wrong module.
This commit is contained in:
parent
2478f9d5a2
commit
798654fc68
8 changed files with 16 additions and 0 deletions
|
@ -13,6 +13,8 @@ string \code{'www.python.org'} is encoded as the string
|
||||||
\indexii{RFC}{1421}
|
\indexii{RFC}{1421}
|
||||||
\index{MIME, base 64 encoding}
|
\index{MIME, base 64 encoding}
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module base64)}
|
||||||
|
|
||||||
\begin{funcdesc}{decode}{input\, output}
|
\begin{funcdesc}{decode}{input\, output}
|
||||||
Decode the contents of the \var{input} file and write the resulting
|
Decode the contents of the \var{input} file and write the resulting
|
||||||
binary data to the \var{output} file.
|
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
|
special to this module. See module \code{glob} for pathname expansion
|
||||||
(\code{glob} uses \code{fnmatch} to match filename segments).
|
(\code{glob} uses \code{fnmatch} to match filename segments).
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module fnmatch)}
|
||||||
|
|
||||||
\begin{funcdesc}{fnmatch}{filename\, pattern}
|
\begin{funcdesc}{fnmatch}{filename\, pattern}
|
||||||
Test whether the \var{filename} string matches the \var{pattern}
|
Test whether the \var{filename} string matches the \var{pattern}
|
||||||
string, returning true or false. If the operating system is
|
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}
|
\indexii{RFC}{1521}
|
||||||
\index{MIME!quoted-printable encoding}
|
\index{MIME!quoted-printable encoding}
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module quopri)}
|
||||||
|
|
||||||
\begin{funcdesc}{decode}{input\, output}
|
\begin{funcdesc}{decode}{input\, output}
|
||||||
Decode the contents of the \var{input} file and write the resulting
|
Decode the contents of the \var{input} file and write the resulting
|
||||||
decoded binary data to the \var{output} file.
|
decoded binary data to the \var{output} file.
|
||||||
|
|
|
@ -36,6 +36,8 @@ many requests.
|
||||||
Server classes have the same external methods and attributes, no
|
Server classes have the same external methods and attributes, no
|
||||||
matter what network protocol they use:
|
matter what network protocol they use:
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module SocketServer)}
|
||||||
|
|
||||||
%XXX should data and methods be intermingled, or separate?
|
%XXX should data and methods be intermingled, or separate?
|
||||||
% how should the distinction between class and instance variables be
|
% how should the distinction between class and instance variables be
|
||||||
% drawn?
|
% drawn?
|
||||||
|
|
|
@ -13,6 +13,8 @@ string \code{'www.python.org'} is encoded as the string
|
||||||
\indexii{RFC}{1421}
|
\indexii{RFC}{1421}
|
||||||
\index{MIME, base 64 encoding}
|
\index{MIME, base 64 encoding}
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module base64)}
|
||||||
|
|
||||||
\begin{funcdesc}{decode}{input\, output}
|
\begin{funcdesc}{decode}{input\, output}
|
||||||
Decode the contents of the \var{input} file and write the resulting
|
Decode the contents of the \var{input} file and write the resulting
|
||||||
binary data to the \var{output} file.
|
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
|
special to this module. See module \code{glob} for pathname expansion
|
||||||
(\code{glob} uses \code{fnmatch} to match filename segments).
|
(\code{glob} uses \code{fnmatch} to match filename segments).
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module fnmatch)}
|
||||||
|
|
||||||
\begin{funcdesc}{fnmatch}{filename\, pattern}
|
\begin{funcdesc}{fnmatch}{filename\, pattern}
|
||||||
Test whether the \var{filename} string matches the \var{pattern}
|
Test whether the \var{filename} string matches the \var{pattern}
|
||||||
string, returning true or false. If the operating system is
|
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}
|
\indexii{RFC}{1521}
|
||||||
\index{MIME!quoted-printable encoding}
|
\index{MIME!quoted-printable encoding}
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module quopri)}
|
||||||
|
|
||||||
\begin{funcdesc}{decode}{input\, output}
|
\begin{funcdesc}{decode}{input\, output}
|
||||||
Decode the contents of the \var{input} file and write the resulting
|
Decode the contents of the \var{input} file and write the resulting
|
||||||
decoded binary data to the \var{output} file.
|
decoded binary data to the \var{output} file.
|
||||||
|
|
|
@ -36,6 +36,8 @@ many requests.
|
||||||
Server classes have the same external methods and attributes, no
|
Server classes have the same external methods and attributes, no
|
||||||
matter what network protocol they use:
|
matter what network protocol they use:
|
||||||
|
|
||||||
|
\renewcommand{\indexsubitem}{(in module SocketServer)}
|
||||||
|
|
||||||
%XXX should data and methods be intermingled, or separate?
|
%XXX should data and methods be intermingled, or separate?
|
||||||
% how should the distinction between class and instance variables be
|
% how should the distinction between class and instance variables be
|
||||||
% drawn?
|
% drawn?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue