mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +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
|
@ -20,13 +20,13 @@ Symbolic constants from the C header file \code{<audio.h>} are
|
|||
defined in the standard module
|
||||
\refmodule[al-constants]{AL}\refstmodindex{AL}, see below.
|
||||
|
||||
\strong{Warning:} the current version of the audio library may dump core
|
||||
\warning{The current version of the audio library may dump core
|
||||
when bad argument values are passed rather than returning an error
|
||||
status. Unfortunately, since the precise circumstances under which
|
||||
this may happen are undocumented and hard to check, the Python
|
||||
interface can provide no protection against this kind of problems.
|
||||
(One example is specifying an excessive queue size --- there is no
|
||||
documented upper limit.)
|
||||
documented upper limit.)}
|
||||
|
||||
The module defines the following functions:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue