diff options
Diffstat (limited to 'Doc/library/al.rst')
-rw-r--r-- | Doc/library/al.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Doc/library/al.rst b/Doc/library/al.rst index c5f785c..4ce5098 100644 --- a/Doc/library/al.rst +++ b/Doc/library/al.rst @@ -5,6 +5,10 @@ .. module:: al :platform: IRIX :synopsis: Audio functions on the SGI. + :deprecated: + +.. deprecated:: 2.6 + The :mod:`al` module has been deprecated for removal in Python 3.0. This module provides access to the audio facilities of the SGI Indy and Indigo @@ -194,6 +198,10 @@ Port objects, as returned by :func:`openport`, have the following methods: .. module:: AL :platform: IRIX :synopsis: Constants used with the al module. + :deprecated: + +.. deprecated:: 2.6 + The :mod:`AL` module has been deprecated for removal in Python 3.0. This module defines symbolic constants needed to use the built-in module |