Commit 94f2561e authored by Brett Cannon's avatar Brett Cannon

Update docs for deprecation of IRIX modules.

parent 74a596c0
...@@ -5,6 +5,10 @@ ...@@ -5,6 +5,10 @@
.. module:: al .. module:: al
:platform: IRIX :platform: IRIX
:synopsis: Audio functions on the SGI. :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 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: ...@@ -194,6 +198,10 @@ Port objects, as returned by :func:`openport`, have the following methods:
.. module:: AL .. module:: AL
:platform: IRIX :platform: IRIX
:synopsis: Constants used with the al module. :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 This module defines symbolic constants needed to use the built-in module
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
.. module:: cd .. module:: cd
:platform: IRIX :platform: IRIX
:synopsis: Interface to the CD-ROM on Silicon Graphics systems. :synopsis: Interface to the CD-ROM on Silicon Graphics systems.
:deprecated:
.. deprecated:: 2.6
The :mod:`cd` module has been deprecated for removal in Python 3.0.
This module provides an interface to the Silicon Graphics CD library. It is This module provides an interface to the Silicon Graphics CD library. It is
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
.. module:: fl .. module:: fl
:platform: IRIX :platform: IRIX
:synopsis: FORMS library for applications with graphical user interfaces. :synopsis: FORMS library for applications with graphical user interfaces.
:deprecated:
.. deprecated:: 2.6
The :mod:`fl` module has been deprecated for removal in Python 3.0.
.. index:: .. index::
...@@ -478,6 +483,11 @@ FORMS objects have these data attributes; see the FORMS documentation: ...@@ -478,6 +483,11 @@ FORMS objects have these data attributes; see the FORMS documentation:
.. module:: FL .. module:: FL
:platform: IRIX :platform: IRIX
:synopsis: Constants used with the fl module. :synopsis: Constants used with the fl module.
:deprecated:
.. deprecated:: 2.6
The :mod:`FL` module has been deprecated for removal in Python 3.0.
This module defines symbolic constants needed to use the built-in module This module defines symbolic constants needed to use the built-in module
...@@ -495,6 +505,11 @@ source for a complete list of the defined names. Suggested use:: ...@@ -495,6 +505,11 @@ source for a complete list of the defined names. Suggested use::
.. module:: flp .. module:: flp
:platform: IRIX :platform: IRIX
:synopsis: Functions for loading stored FORMS designs. :synopsis: Functions for loading stored FORMS designs.
:deprecated:
.. deprecated:: 2.6
The :mod:`flp` module has been deprecated for removal in Python 3.0.
This module defines functions that can read form definitions created by the This module defines functions that can read form definitions created by the
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
.. module:: fm .. module:: fm
:platform: IRIX :platform: IRIX
:synopsis: Font Manager interface for SGI workstations. :synopsis: Font Manager interface for SGI workstations.
:deprecated:
.. deprecated:: 2.6
The :mod:`fm` module has been deprecated for removal in Python 3.0.
.. index:: .. index::
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
.. module:: gl .. module:: gl
:platform: IRIX :platform: IRIX
:synopsis: Functions from the Silicon Graphics Graphics Library. :synopsis: Functions from the Silicon Graphics Graphics Library.
:deprecated:
.. deprecated:: 2.6
The :mod:`gl` module has been deprecated for removal in Python 3.0.
This module provides access to the Silicon Graphics *Graphics Library*. It is This module provides access to the Silicon Graphics *Graphics Library*. It is
...@@ -160,6 +165,11 @@ Here is a tiny but complete example GL program in Python:: ...@@ -160,6 +165,11 @@ Here is a tiny but complete example GL program in Python::
.. module:: DEVICE .. module:: DEVICE
:platform: IRIX :platform: IRIX
:synopsis: Constants used with the gl module. :synopsis: Constants used with the gl module.
:deprecated:
.. deprecated:: 2.6
The :mod:`DEVICE` module has been deprecated for removal in Python 3.0.
This modules defines the constants used by the Silicon Graphics *Graphics This modules defines the constants used by the Silicon Graphics *Graphics
...@@ -173,7 +183,11 @@ module source file for details. ...@@ -173,7 +183,11 @@ module source file for details.
.. module:: GL .. module:: GL
:platform: IRIX :platform: IRIX
:synopsis: Constants used with the gl module. :synopsis: Constants used with the gl module.
:deprecated:
.. deprecated:: 2.6
The :mod:`GL` module has been deprecated for removal in Python 3.0.
This module contains constants used by the Silicon Graphics *Graphics Library* This module contains constants used by the Silicon Graphics *Graphics Library*
from the C header file ``<gl/gl.h>``. Read the module source file for details. from the C header file ``<gl/gl.h>``. Read the module source file for details.
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
.. module:: imgfile .. module:: imgfile
:platform: IRIX :platform: IRIX
:synopsis: Support for SGI imglib files. :synopsis: Support for SGI imglib files.
:deprecated:
.. deprecated:: 2.6
The :mod:`imgfile` module has been deprecated for removal in Python 3.0.
The :mod:`imgfile` module allows Python programs to access SGI imglib image The :mod:`imgfile` module allows Python programs to access SGI imglib image
......
...@@ -5,6 +5,11 @@ ...@@ -5,6 +5,11 @@
.. module:: jpeg .. module:: jpeg
:platform: IRIX :platform: IRIX
:synopsis: Read and write image files in compressed JPEG format. :synopsis: Read and write image files in compressed JPEG format.
:deprecated:
.. deprecated:: 2.6
The :mod:`jpeg` module has been deprecated for removal in Python 3.0.
.. index:: single: Independent JPEG Group .. index:: single: Independent JPEG Group
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment