diff options
-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 a0064c3b25..a34929e063 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 |