mirror of
https://github.com/python/cpython.git
synced 2025-11-25 12:44:13 +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
|
|
@ -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}{}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue