mirror of https://github.com/python/cpython
Removed obsolete \setindexsubitem macros.
This commit is contained in:
parent
85ea68b2a2
commit
13beac1289
|
@ -15,7 +15,6 @@ output produced by the \program{uuencode} program. For example, the
|
|||
string \code{'www.python.org'} is encoded as the string
|
||||
\code{'d3d3LnB5dGhvbi5vcmc=\e n'}.
|
||||
|
||||
\setindexsubitem{(in module base64)}
|
||||
|
||||
\begin{funcdesc}{decode}{input, output}
|
||||
Decode the contents of the \var{input} file and write the resulting
|
||||
|
|
|
@ -9,7 +9,6 @@ allowing Python scripts to accept typed passwords from the user, or
|
|||
attempting to crack \UNIX{} passwords with a dictionary.
|
||||
\index{crypt(3)}
|
||||
|
||||
\setindexsubitem{(in module crypt)}
|
||||
\begin{funcdesc}{crypt}{word, salt}
|
||||
\var{word} will usually be a user's password. \var{salt} is a
|
||||
2-character string which will be used to select one of 4096 variations
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
\section{Standard Module \sectcode{mailcap}}
|
||||
\label{module-mailcap}
|
||||
\stmodindex{mailcap}
|
||||
\setindexsubitem{(in module mailcap)}
|
||||
|
||||
Mailcap files are used to configure how MIME-aware applications such
|
||||
as mail readers and Web browsers react to files with different MIME
|
||||
|
|
|
@ -15,7 +15,6 @@ output produced by the \program{uuencode} program. For example, the
|
|||
string \code{'www.python.org'} is encoded as the string
|
||||
\code{'d3d3LnB5dGhvbi5vcmc=\e n'}.
|
||||
|
||||
\setindexsubitem{(in module base64)}
|
||||
|
||||
\begin{funcdesc}{decode}{input, output}
|
||||
Decode the contents of the \var{input} file and write the resulting
|
||||
|
|
|
@ -9,7 +9,6 @@ allowing Python scripts to accept typed passwords from the user, or
|
|||
attempting to crack \UNIX{} passwords with a dictionary.
|
||||
\index{crypt(3)}
|
||||
|
||||
\setindexsubitem{(in module crypt)}
|
||||
\begin{funcdesc}{crypt}{word, salt}
|
||||
\var{word} will usually be a user's password. \var{salt} is a
|
||||
2-character string which will be used to select one of 4096 variations
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
\section{Standard Module \sectcode{mailcap}}
|
||||
\label{module-mailcap}
|
||||
\stmodindex{mailcap}
|
||||
\setindexsubitem{(in module mailcap)}
|
||||
|
||||
Mailcap files are used to configure how MIME-aware applications such
|
||||
as mail readers and Web browsers react to files with different MIME
|
||||
|
|
Loading…
Reference in New Issue