mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Use the \note and \warning macros where appropriate.
This commit is contained in:
parent
64a5aaf05c
commit
0aa811c527
45 changed files with 156 additions and 163 deletions
|
@ -10,12 +10,10 @@ The \module{dl} module defines an interface to the
|
|||
\UNIX{} platforms for handling dynamically linked libraries. It allows
|
||||
the program to call arbitrary functions in such a library.
|
||||
|
||||
\strong{Note:} This module will not work unless
|
||||
\begin{verbatim}
|
||||
sizeof(int) == sizeof(long) == sizeof(char *)
|
||||
\end{verbatim}
|
||||
\note{This module will not work unless
|
||||
\code{sizeof(int) == sizeof(long) == sizeof(char *)}
|
||||
If this is not the case, \exception{SystemError} will be raised on
|
||||
import.
|
||||
import.}
|
||||
|
||||
The \module{dl} module defines the following function:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue