mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
Fixup the module keys. There were some problems with hosting / processing
file HTML files on Windows machines do to case insensitivity.
This commit is contained in:
parent
be110c1706
commit
93503ca57b
4 changed files with 6 additions and 8 deletions
|
|
@ -60,8 +60,7 @@ list such as returned by \function{queryparams()}.
|
|||
\end{funcdesc}
|
||||
|
||||
|
||||
\subsection{Configuration Objects}
|
||||
\label{al-config-objects}
|
||||
\subsection{Configuration Objects \label{al-config-objects}}
|
||||
|
||||
Configuration objects (returned by \function{newconfig()} have the
|
||||
following methods:
|
||||
|
|
@ -107,8 +106,7 @@ Set the maximum value for floating sample formats.
|
|||
\end{methoddesc}
|
||||
|
||||
|
||||
\subsection{Port Objects}
|
||||
\label{al-port-objects}
|
||||
\subsection{Port Objects \label{al-port-objects}}
|
||||
|
||||
Port objects, as returned by \function{openport()}, have the following
|
||||
methods:
|
||||
|
|
@ -166,7 +164,7 @@ Get status information on last error.
|
|||
\section{\module{AL} ---
|
||||
Constants used with the \module{al} module}
|
||||
|
||||
\declaremodule{standard}{AL}
|
||||
\declaremodule[al-constants]{standard}{AL}
|
||||
\platform{IRIX}
|
||||
\modulesynopsis{Constants used with the \module{al} module.}
|
||||
|
||||
|
|
|
|||
|
|
@ -470,7 +470,7 @@ FORMS objects have these data attributes; see the FORMS documentation:
|
|||
\section{\module{FL} ---
|
||||
Constants used with the \module{fl} module}
|
||||
|
||||
\declaremodule{standard}{FL}
|
||||
\declaremodule[fl-constants]{standard}{FL}
|
||||
\platform{IRIX}
|
||||
\modulesynopsis{Constants used with the \module{fl} module.}
|
||||
|
||||
|
|
|
|||
|
|
@ -204,7 +204,7 @@ Read the module source file for details.
|
|||
\section{\module{GL} ---
|
||||
Constants used with the \module{gl} module}
|
||||
|
||||
\declaremodule{standard}{GL}
|
||||
\declaremodule[gl-constants]{standard}{GL}
|
||||
\platform{IRIX}
|
||||
\modulesynopsis{Constants used with the \module{gl} module.}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
\section{\module{popen2} ---
|
||||
Subprocesses with accessible standard I/O streams}
|
||||
|
||||
\declaremodule[popentwo]{standard}{popen2}
|
||||
\declaremodule{standard}{popen2}
|
||||
\platform{Unix}
|
||||
\modulesynopsis{Subprocesses with accessible standard I/O streams.}
|
||||
\sectionauthor{Drew Csillag}{drew_csillag@geocities.com}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue