]> granicus.if.org Git - python/commitdiff
Update docs for deprecation of IRIX modules.
authorBrett Cannon <bcannon@gmail.com>
Thu, 15 May 2008 04:34:17 +0000 (04:34 +0000)
committerBrett Cannon <bcannon@gmail.com>
Thu, 15 May 2008 04:34:17 +0000 (04:34 +0000)
Doc/library/al.rst
Doc/library/cd.rst
Doc/library/fl.rst
Doc/library/fm.rst
Doc/library/gl.rst
Doc/library/imgfile.rst
Doc/library/jpeg.rst

index c5f785cd552e90bbed40e226d7aaf4b3ac2c496b..4ce5098c19d53facabfe00dcc30bb7d2d4cf828e 100644 (file)
@@ -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
index 3eb3f6bc973d813279087557403cdd50e32fafa0..d0464e73d72c08922a6cc1e50a0b9801e738995e 100644 (file)
@@ -5,6 +5,11 @@
 .. module:: cd
    :platform: IRIX
    :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
index c66b909024acce9611c8f8bcb778e41085fbfb13..02b13ff87e0b8f2bfeaad20f51dcd01119da5f6c 100644 (file)
@@ -5,6 +5,11 @@
 .. module:: fl
    :platform: IRIX
    :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::
@@ -478,6 +483,11 @@ FORMS objects have these data attributes; see the FORMS documentation:
 .. module:: FL
    :platform: IRIX
    :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
@@ -495,6 +505,11 @@ source for a complete list of the defined names.  Suggested use::
 .. module:: flp
    :platform: IRIX
    :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
index 0ab2781ec9d168a8f617da0176d3183383d2c94e..438135a45082a2d8e2dfacd281485ba81013e87f 100644 (file)
@@ -5,6 +5,11 @@
 .. module:: fm
    :platform: IRIX
    :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 8398a8e85cf18ad17a8d375caeee55e548931d65..0afb1c887027ffd8a6ab965a3d8d6cd3626c9580 100644 (file)
@@ -5,6 +5,11 @@
 .. module:: gl
    :platform: IRIX
    :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
@@ -160,6 +165,11 @@ Here is a tiny but complete example GL program in Python::
 .. module:: DEVICE
    :platform: IRIX
    :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
@@ -173,7 +183,11 @@ module source file for details.
 .. module:: GL
    :platform: IRIX
    :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*
 from the C header file ``<gl/gl.h>``. Read the module source file for details.
index b0c67bf21f6489f010c3900c52d099bdc9a6239f..97854532fab7feb9a520fac590d016e98fb835ab 100644 (file)
@@ -5,6 +5,11 @@
 .. module:: imgfile
    :platform: IRIX
    :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
index 1c5075fba5c58c0b75991901f2cba5106513bd49..5cc649f5dc440f47f647c06fc8674b1f8d49473e 100644 (file)
@@ -5,6 +5,11 @@
 .. module:: jpeg
    :platform: IRIX
    :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