diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-15 04:34:17 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-15 04:34:17 (GMT) |
commit | 94f2561ee8a9f4f0144d5ae1d8104214fcc2f853 (patch) | |
tree | 91791df0c528ed59178be2fb37b5959f65e700a4 /Doc/library/gl.rst | |
parent | 74a596c068ba46120a01bd09033065682aa8c309 (diff) | |
download | cpython-94f2561ee8a9f4f0144d5ae1d8104214fcc2f853.zip cpython-94f2561ee8a9f4f0144d5ae1d8104214fcc2f853.tar.gz cpython-94f2561ee8a9f4f0144d5ae1d8104214fcc2f853.tar.bz2 |
Update docs for deprecation of IRIX modules.
Diffstat (limited to 'Doc/library/gl.rst')
-rw-r--r-- | Doc/library/gl.rst | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/Doc/library/gl.rst b/Doc/library/gl.rst index 8398a8e..0afb1c8 100644 --- a/Doc/library/gl.rst +++ b/Doc/library/gl.rst @@ -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. |