From b346513044e265accd338c136d5b4bbbe88a8979 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Thu, 15 May 2008 07:11:41 +0000 Subject: [PATCH] Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0. --- Doc/library/sunaudio.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Doc/library/sunaudio.rst b/Doc/library/sunaudio.rst index a0064c3b25b..a34929e063a 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