diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 07:11:41 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 07:11:41 (GMT) |
commit | b346513044e265accd338c136d5b4bbbe88a8979 (patch) | |
tree | 49979124e84752b17bb1f59647ee3f841d0fb089 /Doc | |
parent | 00ca01e7c34a6ae791ec9d113e630b34b4982399 (diff) | |
download | cpython-b346513044e265accd338c136d5b4bbbe88a8979.zip cpython-b346513044e265accd338c136d5b4bbbe88a8979.tar.gz cpython-b346513044e265accd338c136d5b4bbbe88a8979.tar.bz2 |
Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/sunaudio.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Doc/library/sunaudio.rst b/Doc/library/sunaudio.rst index a0064c3..a34929e 100644 --- a/Doc/library/sunaudio.rst +++ b/Doc/library/sunaudio.rst @@ -5,6 +5,11 @@ .. module:: sunaudiodev :platform: SunOS :synopsis: Access to Sun audio hardware. + :deprecated: + +.. deprecated:: 2.6 + The :mod:`sunaudiodev` module has been deprecated for removal in Python 3.0. + .. index:: single: u-LAW @@ -145,6 +150,11 @@ the SIGPOLL signal. Here's an example of how you might enable this in Python:: .. module:: SUNAUDIODEV :platform: SunOS :synopsis: Constants for use with sunaudiodev. + :deprecated: + +.. deprecated:: 2.6 + The :mod:`SUNAUDIODEV` module has been deprecated for removal in Python 3.0. + .. index:: module: sunaudiodev |