commit | e5d2cbaeaf58c643674a2869294d90314132273c | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Tue May 06 23:23:34 2008 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Tue May 06 23:23:34 2008 +0000 |
tree | 43aaa1335ba9d4f0b9362cfae150be7ca09aaebc | |
parent | 79618239d144d8e824bac176c95dfb9f0212b224 [diff] [blame] |
Deprecate the audiodev module for 3.0.
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 @@ :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.