Use the \note and \warning macros where appropriate.

This commit is contained in:
Fred Drake 2001-10-20 04:24:09 +00:00
parent 64a5aaf05c
commit 0aa811c527
45 changed files with 156 additions and 163 deletions

View file

@ -77,12 +77,12 @@ addresses, such as certain \cfunction{ioctl()} operations. The
returned numbers are valid as long as the array exists and no
length-changing operations are applied to it.
\strong{Note:} When using array objects from code written in C or
\note{When using array objects from code written in C or
\Cpp{} (the only way to effectively make use of this information), it
makes more sense to use the buffer interface supported by array
objects. This method is maintained for backward compatibility and
should be avoided in new code. The buffer interface is documented in
the \citetitle[../api/newTypes.html]{Python/C API Reference Manual}.
the \citetitle[../api/newTypes.html]{Python/C API Reference Manual}.}
\end{methoddesc}
\begin{methoddesc}[array]{byteswap}{}