Remove obsolete \setindexsubitem macro.
This commit is contained in:
parent
858f787a02
commit
82143348aa
|
@ -268,7 +268,6 @@ for the current locale.
|
||||||
|
|
||||||
The module defines the following functions and constants, and an exception:
|
The module defines the following functions and constants, and an exception:
|
||||||
|
|
||||||
\setindexsubitem{(in module re)}
|
|
||||||
|
|
||||||
\begin{funcdesc}{compile}{pattern\optional{, flags}}
|
\begin{funcdesc}{compile}{pattern\optional{, flags}}
|
||||||
Compile a regular expression pattern into a regular expression
|
Compile a regular expression pattern into a regular expression
|
||||||
|
|
|
@ -62,7 +62,6 @@ communication. Use locks instead.
|
||||||
|
|
||||||
The variables defined in the \module{signal} module are:
|
The variables defined in the \module{signal} module are:
|
||||||
|
|
||||||
\setindexsubitem{(in module signal)}
|
|
||||||
\begin{datadesc}{SIG_DFL}
|
\begin{datadesc}{SIG_DFL}
|
||||||
This is one of two standard signal handling options; it will simply
|
This is one of two standard signal handling options; it will simply
|
||||||
perform the default function for the signal. For example, on most
|
perform the default function for the signal. For example, on most
|
||||||
|
|
|
@ -6,7 +6,6 @@ This module provides access to some variables used or maintained by the
|
||||||
interpreter and to functions that interact strongly with the interpreter.
|
interpreter and to functions that interact strongly with the interpreter.
|
||||||
It is always available.
|
It is always available.
|
||||||
|
|
||||||
\setindexsubitem{(in module sys)}
|
|
||||||
|
|
||||||
\begin{datadesc}{argv}
|
\begin{datadesc}{argv}
|
||||||
The list of command line arguments passed to a Python script.
|
The list of command line arguments passed to a Python script.
|
||||||
|
|
|
@ -268,7 +268,6 @@ for the current locale.
|
||||||
|
|
||||||
The module defines the following functions and constants, and an exception:
|
The module defines the following functions and constants, and an exception:
|
||||||
|
|
||||||
\setindexsubitem{(in module re)}
|
|
||||||
|
|
||||||
\begin{funcdesc}{compile}{pattern\optional{, flags}}
|
\begin{funcdesc}{compile}{pattern\optional{, flags}}
|
||||||
Compile a regular expression pattern into a regular expression
|
Compile a regular expression pattern into a regular expression
|
||||||
|
|
|
@ -62,7 +62,6 @@ communication. Use locks instead.
|
||||||
|
|
||||||
The variables defined in the \module{signal} module are:
|
The variables defined in the \module{signal} module are:
|
||||||
|
|
||||||
\setindexsubitem{(in module signal)}
|
|
||||||
\begin{datadesc}{SIG_DFL}
|
\begin{datadesc}{SIG_DFL}
|
||||||
This is one of two standard signal handling options; it will simply
|
This is one of two standard signal handling options; it will simply
|
||||||
perform the default function for the signal. For example, on most
|
perform the default function for the signal. For example, on most
|
||||||
|
|
|
@ -6,7 +6,6 @@ This module provides access to some variables used or maintained by the
|
||||||
interpreter and to functions that interact strongly with the interpreter.
|
interpreter and to functions that interact strongly with the interpreter.
|
||||||
It is always available.
|
It is always available.
|
||||||
|
|
||||||
\setindexsubitem{(in module sys)}
|
|
||||||
|
|
||||||
\begin{datadesc}{argv}
|
\begin{datadesc}{argv}
|
||||||
The list of command line arguments passed to a Python script.
|
The list of command line arguments passed to a Python script.
|
||||||
|
|
Loading…
Reference in New Issue