[Python-checkins] r63308 - in python/trunk/Doc/library: al.rst cd.rst fl.rst fm.rst gl.rst imgfile.rst jpeg.rst

brett.cannon python-checkins at python.org
Thu May 15 06:34:18 CEST 2008


Author: brett.cannon
Date: Thu May 15 06:34:17 2008
New Revision: 63308

Log:
Update docs for deprecation of IRIX modules.

Modified:
   python/trunk/Doc/library/al.rst
   python/trunk/Doc/library/cd.rst
   python/trunk/Doc/library/fl.rst
   python/trunk/Doc/library/fm.rst
   python/trunk/Doc/library/gl.rst
   python/trunk/Doc/library/imgfile.rst
   python/trunk/Doc/library/jpeg.rst

Modified: python/trunk/Doc/library/al.rst
==============================================================================
--- python/trunk/Doc/library/al.rst	(original)
+++ python/trunk/Doc/library/al.rst	Thu May 15 06:34:17 2008
@@ -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 @@
 .. 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

Modified: python/trunk/Doc/library/cd.rst
==============================================================================
--- python/trunk/Doc/library/cd.rst	(original)
+++ python/trunk/Doc/library/cd.rst	Thu May 15 06:34:17 2008
@@ -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

Modified: python/trunk/Doc/library/fl.rst
==============================================================================
--- python/trunk/Doc/library/fl.rst	(original)
+++ python/trunk/Doc/library/fl.rst	Thu May 15 06:34:17 2008
@@ -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 @@
 .. 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 @@
 .. 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

Modified: python/trunk/Doc/library/fm.rst
==============================================================================
--- python/trunk/Doc/library/fm.rst	(original)
+++ python/trunk/Doc/library/fm.rst	Thu May 15 06:34:17 2008
@@ -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::

Modified: python/trunk/Doc/library/gl.rst
==============================================================================
--- python/trunk/Doc/library/gl.rst	(original)
+++ python/trunk/Doc/library/gl.rst	Thu May 15 06:34:17 2008
@@ -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 @@
 .. 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:: 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.

Modified: python/trunk/Doc/library/imgfile.rst
==============================================================================
--- python/trunk/Doc/library/imgfile.rst	(original)
+++ python/trunk/Doc/library/imgfile.rst	Thu May 15 06:34:17 2008
@@ -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

Modified: python/trunk/Doc/library/jpeg.rst
==============================================================================
--- python/trunk/Doc/library/jpeg.rst	(original)
+++ python/trunk/Doc/library/jpeg.rst	Thu May 15 06:34:17 2008
@@ -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


More information about the Python-checkins mailing list