diff options
Diffstat (limited to 'Doc/library/undoc.rst')
-rw-r--r-- | Doc/library/undoc.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/undoc.rst b/Doc/library/undoc.rst index c316e32..62efc18 100644 --- a/Doc/library/undoc.rst +++ b/Doc/library/undoc.rst @@ -47,6 +47,8 @@ Multimedia :mod:`audiodev` --- Platform-independent API for playing audio data. + .. warning:: The :mod:`audiodev` module has been removed in 3.0. + :mod:`linuxaudiodev` --- Play audio data on the Linux audio device. Replaced in Python 2.3 by the :mod:`ossaudiodev` module. |